Exemplo n.º 1
0
 private void Button_Click_1(object sender, RoutedEventArgs e)
 {
     if (cntr == null)
     {
         cntr = new kk();
     }
     root.Content = cntr;
 }
Exemplo n.º 2
0
 public void reset()
 {
     current = null;
 }