BinaryFileSchemaGUI.CodeOutput.CodeOutput C# (CSharp) Méthode

CodeOutput() public méthode

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