Beispiel #1
0
 public FormSearchmeeting(int userId)
 {
     InitializeComponent();
     this.userId     = userId;
     this.controller = new MyMitController();
 }
Beispiel #2
0
 public LoginForm()
 {
     InitializeComponent();
     this.controller = new MyMitController();
 }