コード例 #1
0
ファイル: FormCompare.cs プロジェクト: xamtheone/URA-pokemon
 private void button1_Click_1(object sender, EventArgs e)
 {
     FormTypeGrid f = new FormTypeGrid();
     f.SetGrid(t12, t22, t32, t42);
     f.Show();
 }
コード例 #2
0
ファイル: FormCompare.cs プロジェクト: xamtheone/URA-pokemon
 private void button1_Click(object sender, EventArgs e)
 {
     FormTypeGrid f = new FormTypeGrid();
     f.SetGrid(t11, t21, t31, t41);
     f.Show();
 }