예제 #1
0
 public Search(Main_control main_control, String[] details)
 {
     InitializeComponent();
     this.TopLevel     = false;
     this.main_control = main_control;
     this.details      = details;
 }
예제 #2
0
 public Settings(Main_control main_control, string[] details)
 {
     InitializeComponent();
     this.TopLevel     = false;
     this.main_control = main_control;
     this.details      = details;
     Details_Updater();
 }
예제 #3
0
 public Home(Main_control main_control, Write write)
 {
     InitializeComponent();
     this.TopLevel     = false;
     this.main_control = main_control;
 }