Esempio n. 1
0
 private void GuiInterfaceStatistikToolSetRequired(object sender, InterfaceEventHandler e)
 {
     _statistikInterface = e.statistikTool;
     _statistikInterface.ErgebnisseVonBisRequested += StatistikInterfaceErgebnisseVonBisRequested;
     _statistikInterface.ErgebnisseRequested       += StatistikInterfaceErgebnisseRequested;
     _statistikInterface.ArtRequest += StatistikInterfaceArtRequest;
 }
Esempio n. 2
0
 public InterfaceEventHandler(StatistikTool statistikTool)
 {
     _statistikTool = statistikTool;
 }