Grabacr07.KanColleWrapper.TimerNotifier.TimerNotifier C# (CSharp) Method

TimerNotifier() static private method

static private TimerNotifier ( ) : System
return System
		static TimerNotifier()
		{
			timer = Observable.Timer(TimeSpan.Zero, TimeSpan.FromSeconds(1)).Publish();
			timer.Connect();
		}