Ejemplo n.º 1
0
        private void InstanceBackgroundWorkerGetBasicInformation_RunWorkerCompleted(object sender, RunWorkerCompletedEventArgs e)
        {
            LabelCurrentStep.Content = string.Empty;
            IBoolCanClose            = true;
            if (InstanceBackgroundWorkerGetBasicInformation != null)
            {
                InstanceBackgroundWorkerGetBasicInformation.Dispose(); InstanceBackgroundWorkerGetBasicInformation = null;
            }

            Window02 LWindow02 = new Window02();

            this.Close();
            LWindow02.ShowDialog();
        }
Ejemplo n.º 2
0
        private void Btn02_Click(object sender, RoutedEventArgs e)
        {
            Window02 sW = new Window02();

            sW.Show();
        }