Esempio n. 1
0
        public void ExecuteInAction <T>(T instance, Action action) where T : class
        {
            PropertyObserver <T> observer = GetObserverForProperty(instance);

            observer.ExecuteInAction(action);
        }