コード例 #1
0
ファイル: Dash2.cs プロジェクト: peter-0802/apt_ToDo
        private void materialRaisedButton3_Click(object sender, EventArgs e)
        {
            task_isolate a = new task_isolate(this);

            a.ShowDialog();
        }
コード例 #2
0
        private void dataGridView1_CellDoubleClick(object sender, DataGridViewCellEventArgs e)
        {
            task_isolate a = new task_isolate(this);

            a.ShowDialog();
        }