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