コード例 #1
0
ファイル: Delayer.cs プロジェクト: XZelnar/MicroWorld
        private void constructor()
        {
            Logics          = new Logics.DelayerLogics();
            Graphics        = new Graphics.DelayerGraphics();
            Graphics.parent = this;
            Logics.parent   = this;

            ToolTip = new GUI.DelayerProperties();
        }
コード例 #2
0
ファイル: Delayer.cs プロジェクト: XZelnar/MicroWorld
        private void constructor()
        {
            Logics = new Logics.DelayerLogics();
            Graphics = new Graphics.DelayerGraphics();
            Graphics.parent = this;
            Logics.parent = this;

            ToolTip = new GUI.DelayerProperties();
        }