?? istoreable.cs
字號:
/*
* Created by SharpDevelop.
* User: Forstmeier Helmut
* Date: 16.11.2004
* Time: 10:11
*
* To change this template use Tools | Options | Coding | Edit Standard Headers.
*/
using System;
using System.Xml;
//TODO remove "override getXmlData" change all sections to IStoreable
namespace SharpReportCore
{
/// <summary>
/// Description of IStoreable.
/// Remove this class when porting to NET 2.0,
/// because this interface is build in
/// </summary>
///
public interface IStoreable {
XmlDocument GetXmlData();
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -