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