Exemplo n.º 1
0
 public Parutions(String cs)
     : base(cs)
 {
     parution = new Parution();
 }
Exemplo n.º 2
0
 public Parutions()
 {
     parution = new Parution();
 }
Exemplo n.º 3
0
 public Parutions(object cs)
     : base(cs)
 {
     parution = new Parution();
 }