FC3Editor.UI.PromptForm.PromptForm C# (CSharp) 메소드

PromptForm() 공개 메소드

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

Same methods

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