• 大小: 0.02M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: Office  wpf  编辑  

资源简介


资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Text;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using System.Windows.Shapes;
using System.Windows.Forms;
using AxDSOframer;
using System.xml;
using System.ComponentModel;
using System.Windows.Threading;

namespace OfficeDocumentHost
{
    public partial class DocumentWindow : Window
    {

        public DocumentWindow()
        {
            InitializeComponent();
        }

        #region CloseDocument

        public static RoutedUICommand CloseDocument = new RoutedUICommand(“Close Document“ “CloseDocument“ typeof(DocumentWindow));

 

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件         924  2007-08-18 22:05  OfficeDocumentHost.sln
     文件         494  2007-08-19 02:29  Readme.txt
     文件        4578  2007-08-22 00:46  DocumentWindow.xaml
     文件       10921  2007-08-22 00:51  DocumentWindow.xaml.cs
     文件       32768  2007-08-17 21:59  Interop.DSOframer.dll
     文件        3479  2007-08-19 02:07  OfficeDocumentHost.csproj
     文件       14301  2007-08-21 23:17  App.xaml
     文件       28672  2007-08-17 21:59  AxInterop.DSOframer.dll

评论

共有 条评论