首页 新闻 会员 周边

[求助]关于一个system.timers的问题

0
悬赏园豆:10 [已关闭问题]

 

最近要写一个像新浪乐居的程序,具体的是让每一个用户的体力按时间以不同的速度增加,我建了一个实体类代码如下:

 

using System;
using System.Collections.Generic;
using System.Text;
using Discuz.Data;
namespace PowerManage
{
public class PowerEntity
{
private int _Userid;
private int _interval;
private int _powervalue;

public int UserId
{
get { return _Userid; }
set { _Userid = value; }
}
public int Interval
{
get { return _interval; }
set { _interval = value; }
问题补充: 是不是博客园的问题啊,我编辑了还是个样子,显示 不全,具体的可以看我的博客里面,本来放首页的,被T下来了 http://www.cnblogs.com/hl0071/archive/2009/05/31/1492757.html
龙行天下的主页 龙行天下 | 初学一级 | 园豆:160
提问于:2009-05-31 11:47
< >
分享
其他回答(1)
0

代码点不开。

侯垒 | 园豆:3435 (老鸟四级) | 2009-05-31 11:53
0

  帮顶!

革命军马前卒 | 园豆:255 (菜鸟二级) | 2009-05-31 13:20
清除回答草稿
   您需要登录以后才能回答,未注册用户请先注册