Detail Fenster schließt bei automatischem Logout
This commit is contained in:
@@ -855,9 +855,6 @@ namespace BeWo
|
||||
{
|
||||
if (MainControl != null)
|
||||
{
|
||||
|
||||
|
||||
|
||||
MainControl.Dispatcher.BeginInvoke(DispatcherPriority.Normal, (Action) (() =>
|
||||
{
|
||||
UserControl exControl = null;
|
||||
@@ -1158,7 +1155,11 @@ namespace BeWo
|
||||
{
|
||||
abc.Close();
|
||||
}
|
||||
}
|
||||
else if (abc.Title.IndexOf("Popup") >= 0)
|
||||
{
|
||||
abc.Close();
|
||||
}
|
||||
}
|
||||
|
||||
MainControl.HideCurrentModalViewWindows();
|
||||
|
||||
|
||||
@@ -72,6 +72,7 @@ namespace BeWo.View
|
||||
|
||||
beWoWindow.WindowStartupLocation = WindowStartupLocation.CenterOwner;
|
||||
beWoWindow.Owner = BeWoApp.CurrentBeWo.MainWindow;
|
||||
beWoWindow.Title = "Popup";
|
||||
beWoWindow.rootGroupBox.Header = title;
|
||||
|
||||
return beWoWindow;
|
||||
|
||||
Reference in New Issue
Block a user