예제 #1
0
 protected abstract bool Save(string propertyName, NotifierEntry entry);
예제 #2
0
 protected override bool Save(string propertyName, NotifierEntry entry)
 {
     return(true);
 }