Esempio n. 1
0
 public static Government getInstance()
 {
     if (uniqueInstance == null)
     {
         uniqueInstance = new Government();
     }
     return uniqueInstance;
 }