Пример #1
0
 private void constructor()
 {
     Logics          = new Logics.AccumulatorLogics();
     Graphics        = new Graphics.AccumulatorGraphics();
     Graphics.parent = this;
     Logics.parent   = this;
     ToolTip         = new GUI.AccumulatorProperties();
 }
Пример #2
0
 private void constructor()
 {
     Logics = new Logics.AccumulatorLogics();
     Graphics = new Graphics.AccumulatorGraphics();
     Graphics.parent = this;
     Logics.parent = this;
     ToolTip = new GUI.AccumulatorProperties();
 }