⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ipropertychanged.cs

📁 c#源代码
💻 CS
字号:
/*
 * Created by SharpDevelop.
 * User: Susanne Jooss
 * Date: 28.08.2005
 * Time: 11:39
 * 
 * To change this template use Tools | Options | Coding | Edit Standard Headers.
 */
using System;

//Todo When porting to Net 2.0, remove this Interface and use the buildin insteed

namespace SharpReportCore{
	/// <summary>
	///
	/// </summary>
	/// 
	//TODO Remove this Interface when chaning to NET 2.0
	public interface IPropertyChange {
		event PropertyChangeEventHandler PropertyChange;
	}
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -