Push Changes from Techcrafters Repo
This commit is contained in:
17
uniper_hmi/UniperHMI/Common/UserManagementWindow.xaml.cs
Normal file
17
uniper_hmi/UniperHMI/Common/UserManagementWindow.xaml.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using System.Windows;
|
||||
|
||||
namespace InfineonHMI.Common;
|
||||
|
||||
/// <summary>
|
||||
/// Login or change user dialog.
|
||||
/// </summary>
|
||||
public partial class UserManagementWindow
|
||||
{
|
||||
public UserManagementWindow()
|
||||
{
|
||||
InitializeComponent();
|
||||
// Center dialog to MainWindow
|
||||
Owner = Application.Current.MainWindow;
|
||||
WindowStartupLocation = WindowStartupLocation.CenterOwner;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user