public static void MyShow(Form parentForm, IConfig config) { var m = new MyAboutBox(config); m.ShowDialog(parentForm); }
public void AboutDialog() { MyAboutBox.MyShow(this, _config); }