public RunScripts(SqlScriptLauncher ssl) : base() { }
public MainForm() { InitializeComponent(); this._Laucher = new SqlScriptLauncher(); this._currentScriptsDirPath = string.Empty; }