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(); }