Ejemplo n.º 1
0
 private static void CallProgram()
 {
     // 呼叫启动程序
     if (Listener != null)
     {
         Listener.CallProgram();
     }
 }