(完整word版)SilverLight学习笔记--Silverligh之动态加载程序集(.DLL).docxVIP

  • 0
  • 0
  • 约3.78千字
  • 约 5页
  • 2022-11-18 发布于陕西
  • 举报

(完整word版)SilverLight学习笔记--Silverligh之动态加载程序集(.DLL).docx

自定义? TextEventArgs?事件参数类 ? ? 定义一个接口IEditUI} 1.2、定义用户编辑器类 ? ? 用与定义接口同样的方法,我们添加一个Silverlight类库项目,命名为:Implementation。新建后,解决方案如下图: ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 在编写Implementation类的代码前,我们需要添加引用前面所定义的Interfaces接口,引用界面如图: ?Implementation项目下的Class1.cs代码如下: using?System;using?System.Net;using?System.Windows;using?System.Windows.Controls;using?System.Windows.Documents;using?System.Windows.Ink;using?System.Windows.Input;using?System.Windows.Media;using?System.Windows.Media.Animation;using?System.Windows.Shapes;using?Interfaces;? //需要引用Interfaces接口 namespace?Implementation{? ? //在此我们定义Edit

您可能关注的文档

文档评论(0)

1亿VIP精品文档

相关文档