示例#1
0
 /// <summary>
 /// Raised the DeviceListSelected event to request to open the Device List Page
 /// </summary>
 public void OpenDeviceList()
 {
     DeviceListSelected?.Invoke();
 }
 private void DeviceManager_Clicked(TrakHound_UI.Button bt)
 {
     DeviceListSelected?.Invoke();
 }