EKG_Project.GUI.NewAnalysisDialogBox.OnClosing C# (CSharp) Method

OnClosing() protected method

protected OnClosing ( ) : void
return void
        protected void OnClosing()
        {
            this.DialogResult = false;
        }