Ejemplo n.º 1
0
        private void BtnInstall_Click(object sender, EventArgs e)
        {
            Install act = new Install(this, _engine, _db);

            act.OnInstallSuccess += new Install.InstallDelegate(Install_OnInstallSuccess);
            Clear();
            act.Test();
        }
Ejemplo n.º 2
0
 private void BtnInstall_Click(object sender, EventArgs e)
 {
     Install act = new Install(this, _engine, _db);
     act.OnInstallSuccess += new Install.InstallDelegate(Install_OnInstallSuccess);
     Clear();
     act.Test();
 }