Exemple #1
0
 public virtual void Restore(GraphicAttributes ga)
 {
     if (ga != null)
     {
         ga.Restore(this);
     }
 }