Grabacr07.KanColleWrapper.TimerNotifier.TimerNotifier C# (CSharp) Méthode

TimerNotifier() static private méthode

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