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