Exemple #1
0
 protected void Act(ICssDeclarationAction action)
 {
     if (node == null)
         actions.Add(action);
     else
         action.Act(this);
 }
Exemple #2
0
 protected void Act(ICssDeclarationAction action)
 {
     if (node == null)
     {
         actions.Add(action);
     }
     else
     {
         action.Act(this);
     }
 }