//.....................................



        //О программе...........................
        private void About_WordPad(object sender, RoutedEventArgs e)
        {
            Window3 taskWindow = new Window3();

            taskWindow.Owner = this;
            taskWindow.ShowDialog();
        }
Example #2
0
 private void Button_Click(object sender, RoutedEventArgs e)
 {
     if (TextBoxx.Text != null)
     {
         Data.all_text = TextBoxx.Text.Split(',');
         Window3.Close();
     }
 }
Example #3
0
 private void Button_Click_1(object sender, RoutedEventArgs e)
 {
     Window3.Close();
 }