コード例 #1
0
 /// <summary>
 /// Neue Notiz erstellen Klick Event
 /// </summary>
 /// <param name="button"></param>
 private void NewNoteButton_Click(Button button)
 {
     KPage      pageNewNoteAdmin = new KöTaf.WPFApplication.Views.pNewNote();
     SinglePage singlePage       = new SinglePage(IniParser.GetSetting("NOTES", "notes"), pageNewNoteAdmin);
 }
コード例 #2
0
 /// <summary>
 /// Neue Notiz erstellen Klick Event
 /// </summary>
 /// <param name="button"></param>
 private void NewNoteButton_Click(Button button)
 {
     KPage pageNewNoteAdmin = new KöTaf.WPFApplication.Views.pNewNote();
     SinglePage singlePage = new SinglePage(IniParser.GetSetting("NOTES", "notes"), pageNewNoteAdmin);
 }