private void Button_Click_1(object sender, RoutedEventArgs e)
 {
     if (cntr == null)
     {
         cntr = new kk();
     }
     root.Content = cntr;
 }
示例#2
0
 public void reset()
 {
     current = null;
 }