Пример #1
0
 public static BazaNotka GetInstance()
 {
     if (obiekt == null)
     {
         obiekt = new BazaNotka(5000);
     }
     return(obiekt);
 }