System.Reactive.PlatformServices.INotifySystemClockChanged
namespace System.Reactive.PlatformServices
{
}
namespace System.Reactive.PlatformServices
{
public interface INotifySystemClockChanged
{
event EventHandler<SystemClockChangedEventArgs> SystemClockChanged;
}
}