示例#1
0
文件: stats.cs 项目: tstein/rope
 public static Stats Instance()
 {
     if (instance == null) {
         instance = new Stats();
     }
     return instance;
 }