111,095
社区成员




public class tool1:ICloneable
#region ICloneable 成员
public object Clone()
{
tool1 newSession = new tool1(n);
newSession.n = n;//
return newSession;
//throw new Exception("The method or operation is not implemented.");
}
#endregion