EddiSpeechResponder.ShowScriptWindow.ShowScriptWindow C# (CSharp) 메소드

ShowScriptWindow() 공개 메소드

public ShowScriptWindow ( string script ) : System
script string
리턴 System
        public ShowScriptWindow(string script)
        {
            InitializeComponent();
            scriptText.Text = script;
        }
    }
ShowScriptWindow