示例#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;
 }