Example #1
0
        private void materialRaisedButton3_Click(object sender, EventArgs e)
        {
            task_isolate a = new task_isolate(this);

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

            a.ShowDialog();
        }