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