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