예제 #1
0
파일: Ui.cs 프로젝트: fmir2292/Catalog
 public void ShowAllTeme()
 {
     foreach (KeyValuePair <string, Tema> t in Service.GetTeme())
     {
         Console.WriteLine(t.Value.ToString());
     }
 }