Exemplo n.º 1
0
 public PiercingVM(AmfObject obj, string prefix, string suffix, PiercingLocation location)
     : base(obj)
 {
     _prefix   = prefix;
     _suffix   = suffix;
     _location = location;
 }
Exemplo n.º 2
0
 public PiercingVM(AmfObject obj, string prefix, string suffix, PiercingLocation location)
     : base(obj)
 {
     _prefix = prefix;
     _suffix = suffix;
     _location = location;
 }
Exemplo n.º 3
0
 public PiercingVM(AmfObject obj, string prefix, PiercingLocation location)
     : this(obj, prefix, "", location)
 {
 }
Exemplo n.º 4
0
 public PiercingVM(AmfObject obj, string prefix, PiercingLocation location)
     : this(obj, prefix, "", location)
 {
 }