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();
		}