FunctionForm.Operation.frmCreateDocument.frmNewDocument_Load C# (CSharp) Method

frmNewDocument_Load() private method

载入
private frmNewDocument_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void
        private void frmNewDocument_Load(object sender, EventArgs e)
        {
            txtDocument.Document.HighlightingStrategy = HighlightingStrategyFactory.CreateHighlightingStrategy(ConstMgr.CSharp);
            GuiConfig.Translateform(this);
        }