Exemplo n.º 1
0
 public void Restore(RuleGroupState state)
 {
     if (state != null)
     {
         BackgroundColor = state.Background;
         BorderColor     = state.Border;
         TextColor       = state.Text;
     }
 }
Exemplo n.º 2
0
 public void Restore(RuleGroupState state)
 {
     if (state != null)
     {
         BackgroundColor = state.Background;
         BorderColor = state.Border;
         TextColor = state.Text;
     }
 }