Esempio n. 1
0
        public StackTW()
        {
            Caption          = "Cosmos Stack";
            BitmapResourceID = 301;
            BitmapIndex      = 1;

            Content = new StackUC();
        }
Esempio n. 2
0
        public StackTW()
        {
            Caption = "Cosmos Stack";
            BitmapResourceID = 301;
            BitmapIndex = 1;

            mUserControl = new StackUC();
            Content = mUserControl;
        }
Esempio n. 3
0
        public StackTW()
        {
            Caption          = "Cosmos Stack";
            BitmapResourceID = 301;
            BitmapIndex      = 1;

            mUserControl = new StackUC();
            Content      = mUserControl;
        }
Esempio n. 4
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.CosmosStackUserControl = ((Cosmos.VS.Windows.StackUC)(target));
                return;

            case 2:
                this.memvEBP = ((Cosmos.VS.Windows.MemoryViewUC)(target));
                return;

            case 3:
                this.memvESP = ((Cosmos.VS.Windows.MemoryViewUC)(target));
                return;
            }
            this._contentLoaded = true;
        }