Beispiel #1
0
 public resetPW()
 {
     InitializeComponent();
     WindowStartupLocation = System.Windows.WindowStartupLocation.CenterScreen;
     c = new Controller();
     c.setIView(this);
 }
Beispiel #2
0
 public addTeacher()
 {
     InitializeComponent();
     control = new Controller();
     control.setIView(this);
     WindowStartupLocation = System.Windows.WindowStartupLocation.CenterScreen;
 }
Beispiel #3
0
 public void SetController(Controller c)
 {
     controller = c;
 }