Example #1
0
        private void Clean()
        {
            Visit(_DeltaProperty.VisitNew, _DeltaCollection.VisitNew, _DeltaCommand.VisitNew);

            _DeltaProperty.Apply();
            _DeltaCollection.Apply();
            _DeltaCommand.Apply();

            _OnDisposeOk();
        }
Example #2
0
        private void Clean()
        {
            Visit(_DeltaProperty.VisitNew, _DeltaCollection.VisitNew, _DeltaCommand.VisitNew);

            _DeltaProperty.Apply(_FullListenerRegister.Property);
            _DeltaCollection.Apply(_FullListenerRegister.Collection);
            _DeltaCommand.Apply(_FullListenerRegister.Command);

            _OnDisposeOk();
        }