public Bootstarp表单提交按钮()
     : base(String.Empty)
 {
     钮        = new Bootstarp按钮("确认提交");
     钮.样式类型   = Bootstarp按钮样式类型.warning;
     钮.图标样式类型 = Bootstarp图标样式类型.glyphicon_ok_sign;
 }
 public Bootstarp表单提交按钮()
     : base(String.Empty)
 {
     按钮 = new Bootstarp按钮("确认提交");
     按钮.样式类型 = Bootstarp按钮样式类型.warning;
     按钮.图标样式类型 = Bootstarp图标样式类型.glyphicon_ok_sign;
 }