Inheritance: MonoBehaviour
コード例 #1
0
ファイル: MetaEditor.cs プロジェクト: forksnd/Blam_BSP
        private void toolStripColorShifting_Click(object sender, EventArgs e)
        {
            ColorShifting CS = new ColorShifting();

            CS.buttSave.Click += new EventHandler(buttOk_Click);
            CS.Show();
        }
コード例 #2
0
ファイル: MetaEditor.cs プロジェクト: nolenfelten/Blam_BSP
 private void toolStripColorShifting_Click(object sender, EventArgs e)
 {
     ColorShifting CS = new ColorShifting();
     CS.buttSave.Click += new EventHandler(buttOk_Click);
     CS.Show();
 }