示例#1
0
 protected override void Processing(Dictionary <string, object> data)
 {
     Ux.ShowLoadingWindow();
     Ux.Message(Executor.Cmd("ping www.baidu.com").Output.ToString());
     Ux.CloseLoadingWindow();
     throw new Exception();
 }