ACAT.Extensions.Default.FunctionalAgents.LectureManager.LectureManagerMainForm.LectureManagerMainForm_LocationChanged C# (CSharp) Method

LectureManagerMainForm_LocationChanged() private method

Make this window active
private LectureManagerMainForm_LocationChanged ( object sender, EventArgs e ) : void
sender object event sender
e System.EventArgs event args
return void
        private void LectureManagerMainForm_LocationChanged(object sender, EventArgs e)
        {
            clickOnThisWindow();
        }