コード例 #1
0
ファイル: Form1.cs プロジェクト: vrosnet/Phoenix
 private static void TestSyncWorkerWithAzure()
 {
     /* You'll have to make the method below public to run this unit test. By
      * default it's private */
     SyncWorker.SyncWithAzure();
 }