예제 #1
0
 private void fonogram()
 {
     _updater = new UpdateFonogram();
     _updater.ChooseOption();
     Console.Clear();
 }
예제 #2
0
 private void izvodjac()
 {
     _updater = new UpdateIzvodjac();
     _updater.ChooseOption();
     Console.Clear();
 }
예제 #3
0
 private void album()
 {
     _updater = new UpdateAlbum();
     _updater.ChooseOption();
     Console.Clear();
 }