private void AboutButton_Click(object sender, EventArgs e) { using (AboutDelaySend about = new AboutDelaySend()) { about.ShowDialog(); } }
private void GroupProperties_DialogLauncherClick(object sender, RibbonControlEventArgs e) { using (AboutDelaySend about = new AboutDelaySend()) { about.ShowDialog(); } }