Example #1
0
 void ShowSettings( object sender, EventArgs e )
 {
     SettingsDialog sd = new SettingsDialog();
     sd.ShowDialog( this );
 }