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:
@@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user