Exemplo n.º 1
0
 public void MakeInstance()
 {
     if (instance == null)
     {
         instance = this;
     }
 }
 public void MakeInstance()
 {
     if (instance == null)
         instance = this;
 }