示例#1
0
 public AnimateMsgBox(Size formSize, MsgBox.AnimateStyle style)
 {
     this.FormSize = formSize;
     this.Style    = style;
 }
示例#2
0
 public AnimateMsgBox(Size formSize, MsgBox.AnimateStyle style)
 {
     FormSize = formSize;
     Style    = style;
 }
示例#3
0
 public AnimateMsgBox(Size formSize, MsgBox.AnimateStyle style)
 {
     this.FormSize = formSize;
     this.Style = style;
 }