コード例 #1
0
ファイル: PolygonControl.cs プロジェクト: kindam/TWTactics
 /// <summary>
 /// Don't allow changing the default grouping
 /// </summary>
 private void GridExVillage_GroupsChanging(object sender, GroupsChangingEventArgs e)
 {
     // Things will break if groups are changed
     e.Cancel = true;
 }
コード例 #2
0
 /// <summary>
 /// Don't allow changing the default grouping
 /// </summary>
 private void GridExVillage_GroupsChanging(object sender, GroupsChangingEventArgs e)
 {
     // Things will break if groups are changed
     e.Cancel = true;
 }