IO-1154 IO-996 resolve bindings to main window.
This commit is contained in:
@@ -35,7 +35,8 @@ namespace BodyshopPartner.ViewModels
|
||||
p => true,
|
||||
p =>
|
||||
{
|
||||
((Window)p).Show();
|
||||
App.Current.MainWindow.Show();
|
||||
// ((Window)p).Show();
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user