Пример #1
0
 private void constructor()
 {
     Logics          = new Logics.BlockerLogics();
     Graphics        = new Graphics.BlockerGraphics();
     Graphics.parent = this;
     Logics.parent   = this;
 }
Пример #2
0
 private void constructor()
 {
     Logics = new Logics.BlockerLogics();
     Graphics = new Graphics.BlockerGraphics();
     Graphics.parent = this;
     Logics.parent = this;
 }