static void Main(string[] args) { Demo2 d = new Demo2(); d.Show(); }
private void Demo2_Click(object sender, RoutedEventArgs e) { Demo2.Show(); }