コード例 #1
0
 private void CreateInstanceOfCurrentTypeAndAssociateIfPossible()
 {
     StateCommuter.CreateInstanceOfCurrentXamlTypeIfNotCreatedBefore();
     if (!StateCommuter.WasAssociatedRightAfterCreation)
     {
         StateCommuter.AssociateCurrentInstanceToParentForCreation();
     }
 }