EWUScanner.ExclusionPaths.ExclusionPaths_Shown C# (CSharp) Method

ExclusionPaths_Shown() private method

private ExclusionPaths_Shown ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void
        private void ExclusionPaths_Shown(object sender, EventArgs e)
        {
            //this method is to help transfer data between forms.
            //I should add the reference from where I got this.
            mainForm = (MainForm)this.Owner;
        }