C2017-030 consolidated the Amin Tools and created a new user interface

C2017-030 passed in session information to the Amin Tools constructor
This commit is contained in:
2017-08-03 18:08:21 +00:00
parent b1e3532734
commit e8ae40ef7f
4 changed files with 1843 additions and 697 deletions

View File

@@ -1845,9 +1845,8 @@ namespace VEPROMS
void btnAdministrativeTools_Click(object sender, EventArgs e)
{
frmBatchRefresh frm = new frmBatchRefresh();
frmBatchRefresh frm = new frmBatchRefresh(MySessionInfo);
frm.ProgressBar = bottomProgBar;
frm.MySessionInfo = MySessionInfo;
frm.ShowDialog(this);
}