コード例 #1
0
 void IObservable <EndMappingButtonPressedArgs> .Notify(EndMappingButtonPressedArgs eventArgs)
 {
     if (_endMappingButtonPressedArgs != null)
     {
         _endMappingButtonPressedArgs.Invoke(this, eventArgs);
     }
 }
コード例 #2
0
 void IObserver <EndMappingButtonPressedArgs> .OnNotified(object sender, EndMappingButtonPressedArgs eventArgs)
 {
     (this as IObservable <EndMappingButtonPressedArgs>).Notify(null);
 }
コード例 #3
0
 void IObserver <EndMappingButtonPressedArgs> .OnNotified(object sender, EndMappingButtonPressedArgs eventArgs)
 {
     _spatialMappingController.EndScanning();
 }