Grabacr07.KanColleWrapper.TimerNotifier.TimerNotifier C# (CSharp) 메소드

TimerNotifier() 정적인 개인적인 메소드

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