예제 #1
0
파일: Class1.cs 프로젝트: mehmetunal/docu
 protected abstract bool CanShowOverlay(SyncInformation info);
 protected override bool CanShowOverlay(SyncInformation info)
 {
     throw new NotImplementedException();
 }