public static void ShowAbout(string description) { frmSimpleAbout f = new frmSimpleAbout(description); f.ShowDialog(); }