示例#1
0
 /// <summary>
 /// Checks which of the widgets should be enabled depending
 /// on the context
 /// </summary>
 /// <param name="arg">widget info</param>
 /// <returns>true on success</returns>
 public bool CheckCommandEnabled(CommandEnabledArg arg)
 {
     return(_scannerHelper.CheckCommandEnabled(arg));
 }