Ejemplo n.º 1
0
 public GradualTitleBarButton(GradualTitleBarButtonType type, Color clrStart, Color clrEnd)
 {
     m_eButtonType  = type;
     m_clrRectStart = clrStart;
     m_clrRectEnd   = clrEnd;
 }
Ejemplo n.º 2
0
 public GradualTitleBarButton(GradualTitleBarButtonType type)
 {
     m_eButtonType = type;
 }