Esempio n. 1
0
 void service_Error(object serder, MySquare.Service.ErrorEventArgs e)
 {
     exception = e.Exception;
     wait.Set();
 }
Esempio n. 2
0
 void Service_Error(object serder, MySquare.Service.ErrorEventArgs e)
 {
     ShowError(e.Exception);
 }