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