AvalonStudio.BootScreen.BootScreen C# (CSharp) Метод

BootScreen() публичный Метод

public BootScreen ( ) : System
Результат System
		public BootScreen()
		{
			this.InitializeComponent();
			App.AttachDevTools(this);

			this.time.Interval = 500;
			this.time.AutoReset = false;
			this.time.Elapsed += TimeOnElapsed;
			this.time.Start();
		}