コード例 #1
0
 public Robot()
 {
     InitializeComponent();
     Singleton.GetInstance();
     TitleLastActionStack.BackgroundColor = AppProperties.getLightColor();
     facebookStack.BackgroundColor        = AppProperties.getFaceBookCollor();
     threadCheckLoginAsync();
     azureService = DependencyService.Get <AzureService>();
 }