当前位置: 代码迷 >> C# >> 代码测试工
  详细解决方案

代码测试工

热度:102   发布时间:2016-04-28 08:39:11.0
代码测试用
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Windows.Forms;
  6. using Kong.SyntaxHighlighter.Winform;
  7. using Microsoft.Office.Tools.Ribbon;
  8. ?
  9. namespace Kong.SyntaxHighlighter.Word
  10. {
  11. ????public partial class Ribbon1
  12. ????{
  13. ????????private void Ribbon1_Load(object sender, RibbonUIEventArgs e)
  14. ????????{
  15. ?
  16. ????????}
  17. ????}
  18. }
  相关解决方案