示例#1
0
 public void RunOnlyOnce(string path, IInitializationService initialization)
 {
     initialization.RunOnlyOnce(path, this.syncUrlPort);
 }