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