Remove namespace to be consistent with book

This commit is contained in:
Alvin Ashcraft
2023-08-12 10:39:58 -04:00
parent adcb6d5498
commit f9e4d407b9
8 changed files with 8 additions and 8 deletions
@@ -33,7 +33,7 @@ namespace MyMediaCollection
/// Invoked when the application is launched. /// Invoked when the application is launched.
/// </summary> /// </summary>
/// <param name="args">Details about the launch request and process.</param> /// <param name="args">Details about the launch request and process.</param>
protected override void OnLaunched(Microsoft.UI.Xaml.LaunchActivatedEventArgs args) protected override void OnLaunched(LaunchActivatedEventArgs args)
{ {
m_window = new MainWindow(); m_window = new MainWindow();
var rootFrame = new Frame(); var rootFrame = new Frame();
@@ -33,7 +33,7 @@ namespace MyMediaCollection
/// Invoked when the application is launched. /// Invoked when the application is launched.
/// </summary> /// </summary>
/// <param name="args">Details about the launch request and process.</param> /// <param name="args">Details about the launch request and process.</param>
protected override void OnLaunched(Microsoft.UI.Xaml.LaunchActivatedEventArgs args) protected override void OnLaunched(LaunchActivatedEventArgs args)
{ {
m_window = new MainWindow(); m_window = new MainWindow();
var rootFrame = new Frame(); var rootFrame = new Frame();
@@ -33,7 +33,7 @@ namespace MyMediaCollection
/// Invoked when the application is launched. /// Invoked when the application is launched.
/// </summary> /// </summary>
/// <param name="args">Details about the launch request and process.</param> /// <param name="args">Details about the launch request and process.</param>
protected override void OnLaunched(Microsoft.UI.Xaml.LaunchActivatedEventArgs args) protected override void OnLaunched(LaunchActivatedEventArgs args)
{ {
m_window = new MainWindow(); m_window = new MainWindow();
var rootFrame = new Frame(); var rootFrame = new Frame();
@@ -33,7 +33,7 @@ namespace MyMediaCollection
/// Invoked when the application is launched. /// Invoked when the application is launched.
/// </summary> /// </summary>
/// <param name="args">Details about the launch request and process.</param> /// <param name="args">Details about the launch request and process.</param>
protected override async void OnLaunched(Microsoft.UI.Xaml.LaunchActivatedEventArgs args) protected override async void OnLaunched(LaunchActivatedEventArgs args)
{ {
m_window = new MainWindow(); m_window = new MainWindow();
var rootFrame = new Frame(); var rootFrame = new Frame();
@@ -33,7 +33,7 @@ namespace MyMediaCollection
/// Invoked when the application is launched. /// Invoked when the application is launched.
/// </summary> /// </summary>
/// <param name="args">Details about the launch request and process.</param> /// <param name="args">Details about the launch request and process.</param>
protected override void OnLaunched(Microsoft.UI.Xaml.LaunchActivatedEventArgs args) protected override void OnLaunched(LaunchActivatedEventArgs args)
{ {
m_window = new MainWindow(); m_window = new MainWindow();
var rootFrame = new Frame(); var rootFrame = new Frame();
@@ -33,7 +33,7 @@ namespace MyMediaCollection
/// Invoked when the application is launched. /// Invoked when the application is launched.
/// </summary> /// </summary>
/// <param name="args">Details about the launch request and process.</param> /// <param name="args">Details about the launch request and process.</param>
protected override async void OnLaunched(Microsoft.UI.Xaml.LaunchActivatedEventArgs args) protected override async void OnLaunched(LaunchActivatedEventArgs args)
{ {
m_window = new MainWindow(); m_window = new MainWindow();
var rootFrame = new Frame(); var rootFrame = new Frame();
@@ -33,7 +33,7 @@ namespace MyMediaCollection
/// Invoked when the application is launched. /// Invoked when the application is launched.
/// </summary> /// </summary>
/// <param name="args">Details about the launch request and process.</param> /// <param name="args">Details about the launch request and process.</param>
protected override async void OnLaunched(Microsoft.UI.Xaml.LaunchActivatedEventArgs args) protected override async void OnLaunched(LaunchActivatedEventArgs args)
{ {
m_window = new MainWindow(); m_window = new MainWindow();
var rootFrame = new Frame(); var rootFrame = new Frame();
@@ -33,7 +33,7 @@ namespace MyMediaCollection
/// Invoked when the application is launched. /// Invoked when the application is launched.
/// </summary> /// </summary>
/// <param name="args">Details about the launch request and process.</param> /// <param name="args">Details about the launch request and process.</param>
protected override async void OnLaunched(Microsoft.UI.Xaml.LaunchActivatedEventArgs args) protected override async void OnLaunched(LaunchActivatedEventArgs args)
{ {
m_window = new MainWindow(); m_window = new MainWindow();
var rootFrame = new Frame(); var rootFrame = new Frame();