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

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

            ToolTip = new GUI.CoilProperties();
        }