资源简介
代码片段和文件信息
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.DSOfr
文件 3479 2007-08-19 02:07 OfficeDocumentHost.csproj
文件 14301 2007-08-21 23:17 App.xaml
文件 28672 2007-08-17 21:59 AxInterop.DSOfr
- 上一篇:web浏览器在线打印插件(可打印预览任意网页)
- 下一篇:一个C#生成饼状图源码
相关资源
- C# 读取并编辑window系统的右键菜单
- wpf实现展开收缩效果(ShrinkSpread)
- C#之WPF重绘动态正弦余弦曲线
- WPF 自定义标题的winform窗体实现源码
- c# WPF串口模拟自动生成数据
- WPF 模拟区域选择
- WPF实现视差效果
- WPF TextBox一个缺陷的修改
- 编辑
- wpf gridsplit 布局
- 盛大点卷充值
- 带Html编辑器CSkin.dll版本
- WpfBinding demo
- Be.HexEditor编辑器
- wpf textbox Placeholder Demo
- DevExpressUniversalTrial16.2.3
- kindeditor编辑器 黏贴图片自动上传插件
- c# 在线升级office软件
- WPF自动序号(观察者模式)
- 开火车小游戏源码(基于wpf开发的小
- WPF画布实现旋转等待效果
- C# wpf_动态图片加载datagrid
- winform富文本编辑器(kwig)
- wpf任务管理器源码
- wpf自定义进度条
- kindeditor编辑器上传图片
- WPF中将矢量转换为XAML
- WinformHTMLEditor winform 富文本编辑器
- Printing wpf的打印功能实力
- qqWPF 一款应用微软WPF技术编写的仿q
评论
共有 条评论