mirror of
https://jihulab.com/DGP-Studio/Snap.Hutao.git
synced 2025-11-19 21:02:53 +08:00
remove some docs
This commit is contained in:
@@ -42,10 +42,6 @@ public sealed partial class App : Application
|
||||
private readonly IAppActivation activation;
|
||||
private readonly ILogger<App> logger;
|
||||
|
||||
/// <summary>
|
||||
/// Initializes the singleton application object.
|
||||
/// </summary>
|
||||
/// <param name="serviceProvider">服务提供器</param>
|
||||
public App(IServiceProvider serviceProvider)
|
||||
{
|
||||
// Load app resource
|
||||
@@ -63,7 +59,6 @@ public sealed partial class App : Application
|
||||
base.Exit();
|
||||
}
|
||||
|
||||
/// <inheritdoc/>
|
||||
protected override void OnLaunched(LaunchActivatedEventArgs args)
|
||||
{
|
||||
try
|
||||
|
||||
@@ -12,9 +12,6 @@ using WinRT;
|
||||
|
||||
namespace Snap.Hutao;
|
||||
|
||||
/// <summary>
|
||||
/// Program class
|
||||
/// </summary>
|
||||
[SuppressMessage("", "SH001")]
|
||||
public static partial class Program
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user