コード例 #1
0
ファイル: Controller.cs プロジェクト: ccdschool/brownfields
 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;
 }