示例#1
0
 void Add_Click(object sender, RoutedEventArgs e)
 {
     workspace.AddNote(new Note("Title", "Body"));
 }