File tree 4 files changed +6
-10
lines changed
dev/VSIX/ProjectTemplates/Desktop
4 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 1
- // Copyright (c) Microsoft Corporation and Contributors.
1
+ // Copyright (c) Microsoft Corporation and Contributors.
2
2
// Licensed under the MIT License.
3
3
4
4
using System ;
@@ -39,8 +39,7 @@ public App()
39
39
}
40
40
41
41
/// <summary>
42
- /// Invoked when the application is launched normally by the end user. Other entry points
43
- /// will be used such as when the application is launched to open a specific file.
42
+ /// Invoked when the application is launched.
44
43
/// </summary>
45
44
/// <param name="args">Details about the launch request and process.</param>
46
45
protected override void OnLaunched ( Microsoft . UI . Xaml . LaunchActivatedEventArgs args )
Original file line number Diff line number Diff line change 1
- // Copyright (c) Microsoft Corporation and Contributors.
1
+ // Copyright (c) Microsoft Corporation and Contributors.
2
2
// Licensed under the MIT License.
3
3
4
4
using System ;
@@ -39,8 +39,7 @@ public App()
39
39
}
40
40
41
41
/// <summary>
42
- /// Invoked when the application is launched normally by the end user. Other entry points
43
- /// will be used such as when the application is launched to open a specific file.
42
+ /// Invoked when the application is launched.
44
43
/// </summary>
45
44
/// <param name="args">Details about the launch request and process.</param>
46
45
protected override void OnLaunched ( Microsoft . UI . Xaml . LaunchActivatedEventArgs args )
Original file line number Diff line number Diff line change @@ -38,8 +38,7 @@ App::App()
38
38
}
39
39
40
40
// / <summary>
41
- // / Invoked when the application is launched normally by the end user. Other entry points
42
- // / will be used such as when the application is launched to open a specific file.
41
+ // / Invoked when the application is launched.
43
42
// / </summary>
44
43
// / <param name="e">Details about the launch request and process.</param>
45
44
void App::OnLaunched (LaunchActivatedEventArgs const &)
Original file line number Diff line number Diff line change @@ -38,8 +38,7 @@ App::App()
38
38
}
39
39
40
40
// / <summary>
41
- // / Invoked when the application is launched normally by the end user. Other entry points
42
- // / will be used such as when the application is launched to open a specific file.
41
+ // / Invoked when the application is launched.
43
42
// / </summary>
44
43
// / <param name="e">Details about the launch request and process.</param>
45
44
void App::OnLaunched (LaunchActivatedEventArgs const &)
You can’t perform that action at this time.
0 commit comments