コード例 #1
0
ファイル: Form1.cs プロジェクト: Alcanteria/MapMaker
 // Sets the grid visibility to the opposite state of what it currently is.
 private void gridMenuBar_Click(object sender, EventArgs e)
 {
     map.ToggleGrid();
     Refresh();
 }