Example #1
0
 public MainForm(string[] args)
 {
     InitializeComponent();
     windowStateManager = new WindowStateManager(this, this);
     windowStateManager.RestoreWindowState();
     colorSchemas = LoadColorSchemas();
     if (args != null && args.Length >= 1)
     {
         directoryPathFromArgs = args[0];
     }
 }
Example #2
0
 public MainForm(string[] args)
 {
     InitializeComponent();
     windowStateManager = new WindowStateManager(this, this);
     windowStateManager.RestoreWindowState();
     colorSchemas = LoadColorSchemas();
     if (args != null && args.Length >= 1)
     {
         directoryPathFromArgs = args[0];
     }
 }