Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up App.xaml.cs #1628

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Clean up App.xaml.cs #1628

wants to merge 4 commits into from

Conversation

MGGSK
Copy link
Contributor

@MGGSK MGGSK commented Oct 1, 2024

Cleaned up the app.xaml.cs file.

Description

1.Removed UWP code from the file.
2.Added comments to the file.
3.Made the code cleaner.
4.Removed unused code.

Motivation and Context

UWP code should not be in a WinUI app.

How Has This Been Tested?

No testing needed.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

{
// No matter what our destination is, we're going to need control data loaded - let's knock that out now.
// We'll never need to do this again.
// Do not delete this comment :)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

?

@karkarl
Copy link
Collaborator

karkarl commented Nov 13, 2024

/azp run

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants