コード例 #1
0
ファイル: NoticeBar.cs プロジェクト: johnnyeven/hasuite
 public DirectText(string text, int y, NoticeBar parent)
 {
     this.text = text;
     this.y = y;
     this.parent = parent;
 }
コード例 #2
0
 public DirectText(string text, int y, NoticeBar parent)
 {
     this.text   = text;
     this.y      = y;
     this.parent = parent;
 }