Remove some leftover code

This commit is contained in:
Luis von der Eltz
2021-02-07 17:34:46 +01:00
parent 94b79ea981
commit 798ee80e95
-4
View File
@@ -10,10 +10,6 @@ namespace Example
{
internal class Program
{
[DllImport("shell32.dll", SetLastError = true)]
internal static extern void SetCurrentProcessExplicitAppUserModelID(
[MarshalAs(UnmanagedType.LPWStr)] string appId);
private static INotificationManager CreateManager()
{
if (RuntimeInformation.IsOSPlatform(OSPlatform.Linux))