Beispiel #1
0
        private void tabItemAbout_GotFocus(object sender, RoutedEventArgs e)
        {
            KfProductInfo info = new KfProductInfo();

            aboutVersionText.Text   = info.ProductAndVersion;
            aboutCopyrightText.Text = info.Copyright;
        }
Beispiel #2
0
 private void tabItemAbout_GotFocus(object sender, RoutedEventArgs e)
 {
     KfProductInfo info = new KfProductInfo();
     aboutVersionText.Text = info.ProductAndVersion;
     aboutCopyrightText.Text = info.Copyright;
 }