Exemple #1
0
 public Child1(PrivilegedFunctions inP) : base(inP)
 {
 }
Exemple #2
0
 public Parent(PrivilegedFunctions inP)
 {
     p = inP;
 }