C# 클래스 GfxDecompressor.InputBox

파일 보기 프로젝트 열기: Jdbye/Telefang-2-English-Translation-Project

공개 메소드들

메소드 설명
Show ( string title, string promptText, string &value ) : DialogResult

Displays a dialog with a prompt and textbox where the user can enter information

메소드 상세

Show() 공개 정적인 메소드

Displays a dialog with a prompt and textbox where the user can enter information
public static Show ( string title, string promptText, string &value ) : DialogResult
title string Dialog title
promptText string Dialog prompt
value string Sets the initial value and returns the result
리턴 DialogResult