摘要:
复合属性是我自己起名的今天写form.size.height+=5;结果报错了去问彭斌他说这个size属性是只读的不能直接赋值必须要重新new或者直接form.height+=5;想来pointlocation这些属性应该都是这样 阅读全文
摘要:
1DateTimedt=DateTime.Now;2Label1.Text=dt.ToString();//2005-11-513:21:253Label2.Text=dt.ToFileTime().ToString();//1277564168599128164Label3.Text=dt.To... 阅读全文