コード例 #1
0
ファイル: Vermittler.cs プロジェクト: TeaMoeK/Ringbuch
 private void GuiInterfaceStatistikToolSetRequired(object sender, InterfaceEventHandler e)
 {
     _statistikInterface = e.statistikTool;
     _statistikInterface.ErgebnisseVonBisRequested += StatistikInterfaceErgebnisseVonBisRequested;
     _statistikInterface.ErgebnisseRequested       += StatistikInterfaceErgebnisseRequested;
     _statistikInterface.ArtRequest += StatistikInterfaceArtRequest;
 }
コード例 #2
0
 public InterfaceEventHandler(StatistikTool statistikTool)
 {
     _statistikTool = statistikTool;
 }