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