Ejemplo n.º 1
0
        public SettingWndPane() :
            base(null)
        {
            this.Caption = Properties.Resources.SettingWindotTitle;

            this.BitmapResourceID = 301;
            this.BitmapIndex      = 1;

            wnd          = new SettingWindow();
            base.Content = wnd;

            Current = this;
        }
Ejemplo n.º 2
0
        public SettingWndPane() :
            base(null)
        {
            this.Caption = Properties.Resources.SettingWindotTitle;
            
            this.BitmapResourceID = 301;
            this.BitmapIndex = 1;

            wnd = new ToolWindows.SettingWindow();
            base.Content = wnd;

            Current = this;
        }