Exemple #1
0
 private void _inputsButton_Click(object sender, System.EventArgs e)
 {
     using (InputControlSelector selector = new InputControlSelector())
     {
         DialogResult dialogResult = selector.ShowDialog(MobileRemoteUI.Instance);
         if (DialogResult.OK == dialogResult)
         {
             this.Refresh();
         }
     }
 }
 private void _inputsButton_Click(object sender, System.EventArgs e)
 {
     using (InputControlSelector selector = new InputControlSelector())
     {
         DialogResult dialogResult = selector.ShowDialog(MobileRemoteUI.Instance);
         if (DialogResult.OK == dialogResult)
         {
             this.Refresh();
         }
     }
 }