示例#1
0
 public Controller(Gui gui, DoublettenSuche doublettenSuche)
 {
     this.gui = gui;
     this.doublettenSuche = doublettenSuche;
     gui.SucheDoubletten += Suchen;
 }
示例#2
0
 public Controller(Gui gui, DoublettenSuche doublettenSuche)
 {
     this.gui             = gui;
     this.doublettenSuche = doublettenSuche;
     gui.SucheDoubletten += Suchen;
 }