Ejemplo n.º 1
0
 public NewInternalNote(InternalNotes internalnoteform)
 {
     InitializeComponent();
     this.internalnoteform      = internalnoteform;
     Switcher.pageSwitcherNotes = this;
     this.Init();
 }
Ejemplo n.º 2
0
        private void Cancel_Click(object sender, RoutedEventArgs e)
        {
            InternalNotes v = new InternalNotes();

            Switcher.Switchnotes(v);
        }