示例#1
0
 private void ConfigureDevicePropertiesInternal(object state)
 {
     if (video != null)
     {
         ShieldedCall(
             delegate()
         {
             video.ConfigureDeviceProperties();
             return(true);
         },
             false);
     }
 }