Esempio n. 1
0
 void doUpdate(string msg)
 {
     System.Diagnostics.Trace.WriteLine("SimPe.WaitingScreen.doUpdate(message): " + msg + ", " + count); lock (lockFrm) { prevMessage = msg; if (frm != null)
                                                                                                                          {
                                                                                                                              frm.SetMessage(msg);
                                                                                                                          }
     } Application.DoEvents();
 }