コード例 #1
0
 private void Interaction(int x, int y)
 {
     grid.UpdateCell(x, y, 6);
     //MessageBox.Show($"interaction :{x}, {y}");
 }