摘要:
先看个例子: using System; Class A{static int X;static A(){X = B.Y + 1;}} Class B{public static int Y = A.X + 1;static B() {}static void Main(){Console.Writ... 阅读全文
摘要:
前两天在CSDN下载了个C#写的扫雷程序,调试运行后出来界面不会玩,我就郁闷了玩了这么长时间电脑居然扫雷游戏都不会。今天工作忙完了,在谷歌的定制页面上添加了个扫雷游戏工具(My PC Operate System Is win2003,自带没有扫雷)大概阅读了下游戏规则,居然把初级的搞定了,呵呵……... 阅读全文