private void btnSunny_Click(object sender, RoutedEventArgs e) { SunnyWindow sw = new SunnyWindow(); sw.Show(); }