예제 #1
0
파일: Hub.cs 프로젝트: XZelnar/MicroWorld
        private void constructor()
        {
            Logics          = new Logics.HubLogics();
            Graphics        = new Graphics.HubGraphics();
            Graphics.parent = this;
            Logics.parent   = this;

            ToolTip = new GUI.HubProperties();
        }
예제 #2
0
파일: Hub.cs 프로젝트: XZelnar/MicroWorld
        private void constructor()
        {
            Logics = new Logics.HubLogics();
            Graphics = new Graphics.HubGraphics();
            Graphics.parent = this;
            Logics.parent = this;

            ToolTip = new GUI.HubProperties();
        }