Esempio n. 1
0
 public table(mainwindow mw)
 {
     InitializeComponent();
     this.mw = mw;
 }
Esempio n. 2
0
 public GPAmainwindow(mainwindow mw)
 {
     InitializeComponent();
     this.mw = mw;
 }
 public static void onclick()
 {
     ep = new mainwindow();
     ep.ShowDialog();
 }
Esempio n. 4
0
 public equation(mainwindow cal)
 {
     InitializeComponent();
     this.cal = cal;
 }