示例#1
0
 private void calculator_click(object sender, EventArgs e)
 {
     cell Cell = new cell();
     Cell.ShowDialog();
 }
示例#2
0
        private void calculator_click(object sender, EventArgs e)
        {
            cell Cell = new cell();

            Cell.ShowDialog();
        }