BinaryFileSchemaGUI.CodeOutput.CodeOutput C# (CSharp) Метод

CodeOutput() публичный Метод

public CodeOutput ( string sourceCode, string filename ) : System
sourceCode string
filename string
Результат System
        public CodeOutput( string sourceCode, string filename )
        {
            InitializeComponent();
            richEditSourceCode.Text = sourceCode;
            this.filename = filename;
        }