Ejemplo n.º 1
0
 public HoverElementStyle(object Parent)
 {
     m_Parent          = Parent;
     m_BStyle          = new BorderStyle(this);
     m_BackgroundStyle = new BackgroundStyle(this);
 }