/// <summary> /// 下一步 开始拍照 /// </summary> /// <param name="sender"></param> /// <param name="e"></param> private void StartNext_Click(object sender, RoutedEventArgs e) { StartPicture pic = new StartPicture(); pic.Show(); this.Close(); }
private void Button_Click_1(object sender, RoutedEventArgs e) { StartPicture sp = new StartPicture(); //custom.Owner = this; sp.Show(); this.Close(); }