Ejemplo n.º 1
0
 public void UnsubscribeFromFileUpdates(Archive.ReportCurrentFileChange methodToUnsubscribe)
 {
     archive.OnCurrentFileChange -= methodToUnsubscribe;
 }
Ejemplo n.º 2
0
 public void SubscribeToFileUpdates(Archive.ReportCurrentFileChange methodToSubscribe)
 {
     archive.OnCurrentFileChange += methodToSubscribe;
 }