コード例 #1
0
		protected virtual void StoreChangedAttributeAction(ChangedNativeAttributeAction
			 caa)
		{
			nbChanges++;
			changedAttributeActions.Add(caa);
		}
コード例 #2
0
 protected virtual void StoreChangedAttributeAction(ChangedNativeAttributeAction
                                                    caa)
 {
     nbChanges++;
     changedAttributeActions.Add(caa);
 }