命名空间:thread.asynOperation功能:类型有关的辅助类功能详细说明:类型有关的辅助类常用函数列表:/// 返回dataSetHelper对象的一个表,按索引号
public static DataTable ReturnDataTable(this dataSetHelper set, int index)
/// 为指定对象分配参数
public static
命名空间:netMarketing.draw2d.imageHelper功能:2d图像处理类功能详细说明:这个类封装了image的一些常用处理方法。常用函数列表:/// 图片重置大小
public static Bitmap KiResizeImage(Bitmap OldBitMap, int newW, int newH, int Mode)
/// 图形剪切
pub
命名空间:netMarketing.reflect.reflectHelper功能:反射功能辅助类功能详细说明:这个类封装了反射调用其它dll的函数与窗体的一些方法。常用函数列表:/// 创建对象实例
public static T CreateInstance<T>(string fullName, string assemblyName)
/// 创建对象实例
public stati