SchemaFactor.Vst.MidiMapperX.MainWindow.MainWindow_Load C# (CSharp) Méthode

MainWindow_Load() private méthode

private MainWindow_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void
        private void MainWindow_Load(object sender, EventArgs e)
        {
            // Sets the timer interval to 50 milliseconds.
            myTimer.Tick += TimerEventProcessor;
            myTimer.Interval = 50;
            myTimer.Start();
        }