示例#1
0
 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;
 }