?? ireportgenerator.cs
字號(hào):
/*
* Created by SharpDevelop.
* User: Forstmeier Helmut
* Date: 07.09.2005
* Time: 13:19
*
* To change this template use Tools | Options | Coding | Edit Standard Headers.
*/
using System;
using SharpReportCore;
namespace ReportGenerator{
/// <summary>
/// Description of IReportGenerator.
/// </summary>
public interface IReportGenerator{
void GenerateReport ();
}
}
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -