コード例 #1
0
 public VolatileMethodBlurb(string img, string msg, string name, bool top, bool showall, Blurb next, ConvoMethod method) : base(img, msg, name, top, showall, next)
 {
     this.method = method;
 }
コード例 #2
0
ファイル: Convo.cs プロジェクト: sctjkc01/Clocked
 public VolatileMethodBlurb(string img, string msg, string name, bool top, bool showall, Blurb next, ConvoMethod method)
     : base(img, msg, name, top, showall, next)
 {
     this.method = method;
 }
コード例 #3
0
 public VolatileMethodBlurb(string msg, ConvoMethod method) : base(msg)
 {
     this.method = method;
 }
コード例 #4
0
ファイル: Convo.cs プロジェクト: sctjkc01/Clocked
 public VolatileMethodBlurb(string msg, ConvoMethod method)
     : base(msg)
 {
     this.method = method;
 }