Ejemplo n.º 1
0
 public static void Main()
 {
     try
     {
         YburnStarter.Execute(new QQonFireStarter(), "QQonFire");
     }
     catch (Exception exception)
     {
         MessageBox.Show(exception.ToString(), exception.GetType().Name,
                         MessageBoxButtons.OK, MessageBoxIcon.Error);
     }
 }
Ejemplo n.º 2
0
 public static void Main()
 {
     try
     {
         YburnStarter.Execute(new InMediumDecayWidthStarter(), "InMediumDecayWidth");
     }
     catch (Exception exception)
     {
         MessageBox.Show(exception.ToString(), exception.GetType().Name,
                         MessageBoxButtons.OK, MessageBoxIcon.Error);
     }
 }