public NewInternalNote(InternalNotes internalnoteform) { InitializeComponent(); this.internalnoteform = internalnoteform; Switcher.pageSwitcherNotes = this; this.Init(); }
private void Cancel_Click(object sender, RoutedEventArgs e) { InternalNotes v = new InternalNotes(); Switcher.Switchnotes(v); }