Ejemplo n.º 1
0
 // Update Video ComboBox เมื่อมีการเปลี่ยน Video Device
 private void UpdateSelectedVideoDevice(VideoDeviceNumberChangedArgs e)
 {
     this.Dispatcher.BeginInvoke(new Action(() =>
     {
         this.VideoDevices.SelectedIndex = e.DeviceNumber;
     }));
 }
Ejemplo n.º 2
0
 private void UpdateSelectedVideoDevice(VideoDeviceNumberChangedArgs e)
 {
     Win8LayoutManager.SafeInvoke(() =>
     {
         VideoChat.GetVideoDevices().SelectedIndex = e.DeviceNumber;
     });
 }
Ejemplo n.º 3
0
 private void UpdateSelectedVideoDevice(VideoDeviceNumberChangedArgs e)
 {
     Win8LayoutManager.SafeInvoke(() =>
     {
         VideoChat.GetVideoDevices().SelectedIndex = e.DeviceNumber;
     });
 }