Beispiel #1
0
        private void sunInformationButton_Click(object sender, RoutedEventArgs e)
        {
            SunInfo sunInfo = new SunInfo();

            sunInfo.Show();
        }
        private void SunInfo_Click(object sender, RoutedEventArgs e)
        {
            SunInfo sunInfo = new SunInfo();

            sunInfo.Show();
        }