Canguro.Controller.CommandServices.ShowDialog C# (CSharp) Method

ShowDialog() public method

public ShowDialog ( System form ) : System.Windows.Forms.DialogResult
form System
return System.Windows.Forms.DialogResult
        public System.Windows.Forms.DialogResult ShowDialog(System.Windows.Forms.Form form)
        {
            //form.Owner = controller.MainFrm;
            return form.ShowDialog(controller.MainFrm);
        }