igraphbuilder.cs

来自「《精通ASP.NET2.0网络应用系统开发》书中的源码」· CS 代码 · 共 21 行

CS
21
字号
using System;
using System.Collections;
using System.Diagnostics;
using System.IO;
using System.Web.UI;

namespace webvisitStatistic.Reporter.Graph
{
	/// <summary>
	/// IGraphBuilder 的摘要说明。
	/// </summary>
	interface IGraphBuilder 
	{
		void Render(System.IO.Stream outStream);

		Hashtable Attributes{
			get;
		}
	}
}

⌨️ 快捷键说明

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