mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 03:36:44 +02:00
wrapping up everything minus var renaming (#5952)
This commit is contained in:
@@ -223,7 +223,6 @@ namespace PowerLauncher.Helper
|
||||
/// </remarks>
|
||||
public static class SingleInstance<TApplication>
|
||||
where TApplication : Application, ISingleInstanceApp
|
||||
|
||||
{
|
||||
/// <summary>
|
||||
/// String delimiter used in channel names.
|
||||
@@ -369,7 +368,7 @@ namespace PowerLauncher.Helper
|
||||
/// <summary>
|
||||
/// Callback for activating first instance of the application.
|
||||
/// </summary>
|
||||
/// <param name="arg">Callback argument.</param>
|
||||
/// <param name="args">Callback argument.</param>
|
||||
/// <returns>Always null.</returns>
|
||||
private static object ActivateFirstInstanceCallback(object _)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user