diff --git a/Wpf_AiSportsMicrospace/App.xaml b/Wpf_AiSportsMicrospace/App.xaml index 5523e28..bb7194e 100644 --- a/Wpf_AiSportsMicrospace/App.xaml +++ b/Wpf_AiSportsMicrospace/App.xaml @@ -2,8 +2,9 @@ xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:local="clr-namespace:Wpf_AiSportsMicrospace" - StartupUri="MainWindow.xaml"> + StartupUri="Home.xaml"> - + + diff --git a/Wpf_AiSportsMicrospace/Home.xaml b/Wpf_AiSportsMicrospace/Home.xaml index f0d43f7..0d118df 100644 --- a/Wpf_AiSportsMicrospace/Home.xaml +++ b/Wpf_AiSportsMicrospace/Home.xaml @@ -1,14 +1,9 @@  - - + diff --git a/Wpf_AiSportsMicrospace/Home.xaml.cs b/Wpf_AiSportsMicrospace/Home.xaml.cs index 29d5c81..d8e1c07 100644 --- a/Wpf_AiSportsMicrospace/Home.xaml.cs +++ b/Wpf_AiSportsMicrospace/Home.xaml.cs @@ -23,6 +23,7 @@ namespace Wpf_AiSportsMicrospace public Home() { InitializeComponent(); + MyCo.SelectedIndex = 0; } } } diff --git a/Wpf_AiSportsMicrospace/MyUserControl/CoverFlowControl.xaml b/Wpf_AiSportsMicrospace/MyUserControl/CoverFlowControl.xaml new file mode 100644 index 0000000..e393948 --- /dev/null +++ b/Wpf_AiSportsMicrospace/MyUserControl/CoverFlowControl.xaml @@ -0,0 +1,57 @@ + + + + + + + + + +