Exemplo n.º 1
0
 public Button(string text_button, VisualBootstrapStylesEnum style_button) : base(text_button)
 {
     StyleButton = style_button;
     inline      = true;
 }
Exemplo n.º 2
0
 public Alert(VisualBootstrapStylesEnum status_style, string text_msg)
 {
     tag_custom_name = typeof(div).Name;
     StyleAlert      = status_style;
     Message         = text_msg;
 }