ATMLCommonLibrary.forms.ATMLSpashScreen.ATMLSpashScreen_Load C# (CSharp) Method

ATMLSpashScreen_Load() private method

private ATMLSpashScreen_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void
        private void ATMLSpashScreen_Load(object sender, EventArgs e)
        {
            _timer.Start();
        }