Beispiel #1
0
 public void CommandStateChange([In] long command, [In] bool enable)
 {
     _Browser.OnCommandStateChange(command, ref enable);
 }