Esempio n. 1
0
 public void Refresh()
 {
     if (PathPaser == null)
     {
         PathPaser = new NativePathParser();
     }
     PathPaser.Init();
 }
Esempio n. 2
0
 public IProgress PrepareSystem(System.Action finishCallback)
 {
     PathPaser = new NativePathParser();
     PathPaser.Init();
     if (finishCallback != null)
     {
         finishCallback.Invoke();
     }
     return(new ProgressData());
 }