示例#1
0
文件: Ui.cs 项目: fmir2292/Catalog
 public void ShowAllNote()
 {
     foreach (KeyValuePair <KeyValuePair <string, string>, Nota> n in Service.GetNote())
     {
         Console.WriteLine(n.Value.ToString());
     }
 }