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