Example #1
0
 /// <summary>
 /// Invoked to check if a scanner button should be enabled.  Uses context
 /// to determine the 'enabled' state.
 /// </summary>
 /// <param name="arg">info about the scanner button</param>
 public override void CheckCommandEnabled(CommandEnabledArg arg)
 {
     _volumeSettingsScanner.CheckCommandEnabled(arg);
 }