Example #1
0
 void ShowProgressDialog(string message)
 {
     if (boxProgressDialog == null)
     {
         boxProgressDialog = new BoxProgressDialog(Screen);
     }
     boxProgressDialog.Message = message;
     boxProgressDialog.Show();
 }
Example #2
0
 void ShowProgressDialog(string message)
 {
     if (boxProgressDialog == null) boxProgressDialog = new BoxProgressDialog(Screen);
     boxProgressDialog.Message = message;
     boxProgressDialog.Show();
 }