Exemple #1
0
 public void AddMaster(IMaster master)
 {
     ParentPage.AddMaster(master);
     PlaceMasterInternal(master as Master, true);
 }