Example #1
0
 private frmMain()
 {
     _showFullPathInTitle = Settings.Default.ShowCompleteConsPathInTitle;
     InitializeComponent();
     Fullscreen    = new MiscTools.Fullscreen(this);
     pnlDock.Theme = new VS2012LightTheme();
 }
Example #2
0
 private frmMain()
 {
     _showFullPathInTitle = Settings.Default.ShowCompleteConsPathInTitle;
     InitializeComponent();
     _fullscreen = new MiscTools.Fullscreen(this);
 }