Exemplo n.º 1
0
 private void Back(object sender, RoutedEventArgs e)
 {
     this.Close();
     m_parent.Show();
 }
Exemplo n.º 2
0
 private void Fulllist_Closing(object sender, CancelEventArgs e)
 {
     m_parent.Show();
 }