//class.h
#ifndef CLASS
#define CLASS
class Class{
public:
Class(int v):value(v){ staticV++; }
~Class(){ staticV--; }
int Get(){ return value; }
static int staticV;
protected:
using System;
using System.Data.OleDb;
namespace _211
{
///
/// Class 的摘要说明。
///
public class Class:DBTable
{
private uint ClassId;
private string ClassName
using System;
using System.Data.OleDb;
namespace _211
{
///
/// Class 的摘要说明。
///
public class Class:DBTable
{
private uint ClassId;
private string ClassName
/* GNU Objective C Runtime class related functions
Copyright (C) 1993, 1995, 1996, 1997 Free Software Foundation, Inc.
Contributed by Kresten Krab Thorup and Dennis Glatting.
This file is part