Ejemplo n.º 1
0
 public FilterItem(FilterCommon action = null)
 {
     // event subscription
     if (action != null)
     {
         OnIsCheckedDate += action.UpdateTree;
     }
 }
Ejemplo n.º 2
0
 public FilterItem(FilterCommon action = null)
 {
     // event subscription
     if (action != null)
     {
         OnDateStatusChanged += action.UpdateTree;
     }
 }