예제 #1
0
        public MachineWindow(MainWindow mw)
            : this()
        {
            this.parentWindow = mw;
            this.credentials = parentWindow.credentials;

            RefreshMachinesList();
        }
예제 #2
0
 public LoginWindow(MainWindow mainWindow)
     : this()
 {
     parentWindow = mainWindow;
 }