BinaryFileSchemaGUI.CodeOutput.CodeOutput C# (CSharp) Method

CodeOutput() public method

public CodeOutput ( string sourceCode, string filename ) : System
sourceCode string
filename string
return System
        public CodeOutput( string sourceCode, string filename )
        {
            InitializeComponent();
            richEditSourceCode.Text = sourceCode;
            this.filename = filename;
        }