コード例 #1
0
ファイル: StateCommuter.cs プロジェクト: nagyistge/OmniXAML
 private void AddChildToDictionary()
 {
     TypeOperations.AddToDictionary((IDictionary)Previous.Collection, InstanceProperties.Key, Current.Instance);
     ClearKey();
 }
コード例 #2
0
ファイル: StateCommuter.cs プロジェクト: nagyistge/OmniXAML
 private void AddChildToCurrentCollection()
 {
     TypeOperations.AddToCollection(Previous.Collection, Current.Instance);
 }