Exemple #1
0
 private static void OnAnyPropertyInSubscriptionChanges(DependencyMethod <T> me, object object_that_changed)
 {
     me.callback((T)object_that_changed);
 }