Exemplo n.º 1
0
 public static Tasker.Conclusion SyncConfig(Tasker tasker = null, Object syncObject = null)
 {
     tasker?.SetStatus(Resources.UploadingConfig);
     hakchi.SyncConfig(ConfigIni.GetConfigDictionary());
     return(Tasker.Conclusion.Success);
 }