コード例 #1
0
 private void CurrentDeviceSelected(object sender, EventArgsDevice e)
 {
     if (iPopover != null)
     {
         iPopover.BeginInvokeOnMainThread(delegate {
             Dismiss();
         });
     }
 }
コード例 #2
0
        private void CurrentDeviceUpdated(object sender, EventArgsDevice e)
        {
            lblDeviceName.Text = e.Device;

            LoadConfig();
        }