FC3Editor.UI.PromptForm.PromptForm C# (CSharp) Method

PromptForm() public method

public PromptForm ( string prompt, string title ) : System
prompt string
title string
return System
        public PromptForm(string prompt, string title)
            : this()
        {
            this.Prompt = prompt;
            this.Text = title;
        }

Same methods

PromptForm::PromptForm ( ) : System
PromptForm::PromptForm ( string prompt ) : System