コード例 #1
0
 public void UnsubscribeFromStateUpdates(Archive.ReportStateChange methodToUnsubscribe)
 {
     archive.OnStateChange -= methodToUnsubscribe;
 }
コード例 #2
0
 public void SubscribeToStateUpdates(Archive.ReportStateChange methodToSubscribe)
 {
     archive.OnStateChange += methodToSubscribe;
 }