ActivationService #4759
ben (pluto-dev)
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
TemplateStudio/code/TemplateStudioForWinUICs/Templates/_comp/MT/Project.MenuBar/Services/ActivationService_postaction.cs
Lines 1 to 7 in 559e7fd
Excuse my ignorance, but what is the purpose of creating a
new Frame()in case_shellmight be null? Both, setting the content tonew Frame()orWindow.Content = nullwill show an empty window (probably not really a desirable case 😂) therefor checking if the content of the window is null seems redundant and unnecessary.All reactions