这个程序有点疑问
using System;using System.Windows.Forms;
class rectangle
{
private int x;
private int y;
......
public int X
{
set{x=value;}
get{return x;}
}
..................
请问红色的是什么意思, 那个大X是什么意思??
2007-12-05 09:52
2007-12-05 11:06

2007-12-05 13:47
2007-12-05 14:53