Exemplo n.º 1
0
        public ConfigView(GuiProvider gui)
            : base(Guids.ConfigViewGuid, gui)
        {
            InitializeComponent();

            _lstConfig.PreviewKeyDown += OnKeyDown;

            Text = Resources.StrConfig;

            AddTopToolStrip(_toolBar = new ConfigToolBar(this));
        }
Exemplo n.º 2
0
        public ConfigView(GuiProvider gui)
            : base(Guids.ConfigViewGuid, gui)
        {
            InitializeComponent();

            _lstConfig.PreviewKeyDown += OnKeyDown;

            Text = Resources.StrConfig;

            AddTopToolStrip(_toolBar = new ConfigToolBar(this));
        }