Esempio n. 1
0
        public MainForm()
        {
            InitializeComponent();
            docWindows     = new DocumentWindowCollection(this);
            ProjectBrowser = new TreeViewWrapper(treeBrowser);

            this.Load += MainForm_Load;
            this.ProcessCommandKey += this.MainForm_ProcessCommandKey;
        }
Esempio n. 2
0
 public MainForm()
 {
     InitializeComponent();
     docWindows     = new DocumentWindowCollection(this);
     ProjectBrowser = new TreeViewWrapper(treeBrowser);
 }