コード例 #1
0
ファイル: Game.cs プロジェクト: kokoshaur/LifeSimulator
 public Game(MainWindow F)
 {
     Field     = F;
     Controler = new ViewModelControl();
     god       = new God(Controler);
 }
コード例 #2
0
ファイル: God.cs プロジェクト: kokoshaur/LifeSimulator
 public God(ViewModelControl control)
 {
     Control = control;
 }