コード例 #1
0
 public AttachmentEntityActionButtonView(AttachmentEntityActionButtonStyle style, string text)
     : base(style, text)
 {
 }
コード例 #2
0
 public AttachmentEntityActionButtonBaseView(AttachmentEntityActionButtonStyle style, string text)
     : this()
 {
     this.style = style;
     this.text  = text;
 }