Exemplo n.º 1
0
 public void Init(eBoard _myBoard, eBoard _hisBoard, TableLayoutPanel _myPanel, TableLayoutPanel _hisPanel)
 {
     myBoard  = _myBoard;
     hisBoard = _hisBoard;
     myBoard.Subscribe(this);
     myPanel  = _myPanel;
     hisPanel = _hisPanel;
 }
Exemplo n.º 2
0
 public void Init(eBoard _myBoard, eBoard _hisBoard)
 {
     myBoard  = _myBoard;
     hisBoard = _hisBoard;
     myBoard.Subscribe(this);
 }