コード例 #1
0
ファイル: StopReceiver.cs プロジェクト: Electrominch/BinderV2
 public void UnRegisterStopper(StopSender ss)
 {
     ss.StopInvoked -= Stop;
 }