mirror of
https://github.com/PacktPublishing/Learn-WinUI-3-Second-Edition.git
synced 2026-06-20 12:23:09 +00:00
Remove namespace to be consistent with book
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user