예제 #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();
 }