Exemplo n.º 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];
     }
 }
Exemplo n.º 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];
     }
 }