Move Working on getting the listboxwindow not to disappear when we do regression testing
This commit is contained in:
@ -2968,8 +2968,11 @@ namespace EduNetworkBuilder
|
||||
//We want to show dialog, but it needs to go to the background. After that,
|
||||
//It returns from the show dialog. So we need to loop continuously until
|
||||
//It is completed.
|
||||
DialogResult WhatHappened = DialogResult.Retry;
|
||||
while (!LBW.ClosingRegression)
|
||||
LBW.ShowDialog();
|
||||
{
|
||||
WhatHappened = LBW.ShowDialog();
|
||||
}
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
Reference in New Issue
Block a user