Example #1
0
 public void ShowOptionsForm()
 {
     try
     {
         MiniDeluxeForm form = new MiniDeluxeForm(this);
         form.Show();
     }
     catch (Exception e)
     {
         Debug(e.Message);
         Debug(e.StackTrace);
     }
 }
Example #2
0
 public void ShowOptionsForm()
 {
     try
     {
         MiniDeluxeForm form = new MiniDeluxeForm(this);
         form.Show();
     }
     catch (Exception e)
     {
         Debug(e.Message);
         Debug(e.StackTrace);
     }
 }