Exemplo n.º 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 CheckWidgetEnabled(CheckEnabledArgs arg)
 {
     return(_scannerHelper.CheckWidgetEnabled(arg));
 }