示例#1
0
 public static void OnRunning(string status)
 {
     if (process != null)
     {
         process.RaiseRunning(status);
     }
 }