コード例 #1
0
 public DeleteEvents(GameField f)
 {
     field = f;
 }
コード例 #2
0
 public CheckAllEvent(GameField f)
 {
     field = f;
 }
コード例 #3
0
ファイル: UpdateCellEvent.cs プロジェクト: egdman/Life
 public UpdateCellEvent(GameField f, int X, int Y) : base(X, Y)
 {
     field = f;
 }