Dialog.DialogOption.DialogOption C# (CSharp) 메소드

DialogOption() 공개 메소드

public DialogOption ( ) : System.Collections
리턴 System.Collections
        public DialogOption()
        {
            this.tag = "";
            this.text = "";
        }
Dialog.DialogOption