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