📄 abstractvisitor.cs
字号:
//------------------------------------------------------------------------------
// <autogenerated>
// This code was generated by a tool.
// Runtime Version: 1.1.4322.2032
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </autogenerated>
//------------------------------------------------------------------------------
namespace SharpReport.Visitors
{
using System;
using System.Xml;
using SharpReport.Designer;
/// <summary>
/// Abstracte klasse fr alle Visitor's
/// </summary>
/// <remarks>
/// created by - Forstmeier Peter
/// created on - 02.12.2004 16:53:00
/// </remarks>
public class AbstractVisitor : object, SharpReport.Designer.IDesignerVisitor {
/// <summary>
/// Default constructor - initializes all fields to default values
/// </summary>
public AbstractVisitor() {
}
/// <summary>
/// All classes how use this baseclass have to override this method
/// </summary>
/// <remarks>
/// Interface method from IDesignerVisitor
///
/// </remarks>
public virtual void Visit(SharpReport.Designer.BaseDesignerControl designer) {
}
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -