Пример #1
0
 public void Do()
 {
     if (newIsSet)
     {
         property.SetValueInternal(newValue);
     }
     else
     {
         property.ResetInternal();
     }
 }
            public void Do()
            {
                if (collectionTransactionItem != null)
                {
                    collectionTransactionItem.Do();
                }

                if (newIsSet)
                {
                    property.SetValueInternal(newValue);
                }
                else
                {
                    property.ResetInternal();
                }
            }