Inheritance: System.Windows.Forms.Form
Ejemplo n.º 1
0
		public override bool Setup()
		{
			using (SetupDialog setupDialog = new SetupDialog(_moduleData)) {
				setupDialog.ShowDialog();
			}
			return true;
		}
Ejemplo n.º 2
0
 public override bool Setup()
 {
     using (SetupDialog setupDialog = new SetupDialog(_moduleData)) {
         setupDialog.ShowDialog();
     }
     return(true);
 }