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