示例#1
0
 protected void constructor()
 {
     Logics          = new Logics.AdvancedJointLogics();
     Graphics        = new Graphics.AdvancedJointGraphics();
     Graphics.parent = this;
     Logics.parent   = this;
     ToolTip         = new GUI.AdvancedJointProperties();
 }
示例#2
0
 protected void constructor()
 {
     Logics = new Logics.AdvancedJointLogics();
     Graphics = new Graphics.AdvancedJointGraphics();
     Graphics.parent = this;
     Logics.parent = this;
     ToolTip = new GUI.AdvancedJointProperties();
 }