예제 #1
0
        private void dataGridView1_CellContentDoubleClick(object sender, DataGridViewCellEventArgs e)
        {
            STATUS s = new STATUS();

            s.ShowDialog();
        }