Exemplo n.º 1
0
 public Child1(PrivilegedFunctions inP) : base(inP)
 {
 }
Exemplo n.º 2
0
 public Parent(PrivilegedFunctions inP)
 {
     p = inP;
 }