history.cs
来自「.net 开发的基础框架」· CS 代码 · 共 21 行
CS
21 行
using System;
using System.Collections.Generic;
using System.Text;
using Sybase.DataWindow;
using SPRFrame;
using HPIResource;
namespace HPIResource.History
{
public class History : Sybase.DataWindow.DataStore
{
public History()
{
this.LibraryList = HPIR.PbdFile;
this.DataWindowObject = "dw_case_history";
this.SetTransaction(SPRF.GetDB());
}
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?