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

            a.ShowDialog();
        }
示例#2
0
 public comment(Form dashForm)
 {
     dash = dashForm as task_isolate;
     InitializeComponent();
 }
示例#3
0
        private void dataGridView1_CellDoubleClick(object sender, DataGridViewCellEventArgs e)
        {
            task_isolate a = new task_isolate(this);

            a.ShowDialog();
        }