Exemplo n.º 1
0
Arquivo: stats.cs Projeto: tstein/rope
 public static Stats Instance()
 {
     if (instance == null) {
         instance = new Stats();
     }
     return instance;
 }