Beispiel #1
0
        public void BtnOk()
        {
            AcuUi.PlayTap();
            latestCaller.Invoke(submitButton.Value);

            modalSwitcher.SetActivePage(0);
        }
Beispiel #2
0
 public void BtnCancel()
 {
     AcuUi.PlayTap();
     Close();
 }
 public void BtnSetMode(int mode)
 {
     AcuUi.PlayTap();
     SetMode(mode);
 }
 public void BtnShowDevices(int page)
 {
     AcuUi.PlayTap();
     SetDevicePage(page);
 }