コード例 #1
0
ファイル: MsgBox.cs プロジェクト: bezzad/KeepOnMemory
 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
ファイル: MsgBox.cs プロジェクト: VictorOverX/VenixODE
 public AnimateMsgBox(Size formSize, MsgBox.AnimateStyle style)
 {
     this.FormSize = formSize;
     this.Style = style;
 }