Exemplo n.º 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;
 }
Exemplo n.º 2
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;
 }
Exemplo n.º 3
0
 public VolatileMethodBlurb(string msg, ConvoMethod method) : base(msg)
 {
     this.method = method;
 }
Exemplo n.º 4
0
 public VolatileMethodBlurb(string msg, ConvoMethod method)
     : base(msg)
 {
     this.method = method;
 }