Import inital de l'application mobile Xamarin
This commit is contained in:
parent
9f36b8b89c
commit
0d8d159285
157 changed files with 13250 additions and 0 deletions
14
BookAStar/BookAStar/Constants.cs
Normal file
14
BookAStar/BookAStar/Constants.cs
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace BookAStar
|
||||
{
|
||||
public static class Constants
|
||||
{
|
||||
public const string ApplicationName = "Booking Star";
|
||||
public const string UserInfoUrl = "http://dev.pschneider.fr/api/me";
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue