コード例 #1
0
 protected override void OnLoad(EventArgs e)
 {
     base.OnLoad(e);
     dpContent.initEditor(Path.GetFileNameWithoutExtension(rtfFile), string.Empty, EntityElement.FilesStorePath, Path.Combine(Application.StartupPath, Path.Combine("Helper", "emptyPaste.doc")), Path.Combine(Application.StartupPath, Path.Combine("Helper", "documentPasteReadme.rtf")));
 }