コード例 #1
0
 public Child1(PrivilegedFunctions inP) : base(inP)
 {
 }
コード例 #2
0
 public Parent(PrivilegedFunctions inP)
 {
     p = inP;
 }