コード例 #1
0
 public table(mainwindow mw)
 {
     InitializeComponent();
     this.mw = mw;
 }
コード例 #2
0
ファイル: GPAmainwindow.cs プロジェクト: lqyzzz/calculator
 public GPAmainwindow(mainwindow mw)
 {
     InitializeComponent();
     this.mw = mw;
 }
コード例 #3
0
 public static void onclick()
 {
     ep = new mainwindow();
     ep.ShowDialog();
 }
コード例 #4
0
 public equation(mainwindow cal)
 {
     InitializeComponent();
     this.cal = cal;
 }