Beispiel #1
0
 public Form1()
 {
     InitializeComponent();
     BtnEndKiosk.Enabled = false;
     KioskModeAPI.AddOnKioskExitEventHandler(OnKioskExitEvent);//Send to the DLL the Address of the Method
 }