[cmdpal][aot] Remove some unused file in CmdPal.Common and mark it as AOT compatible. (#39110)

* Remove unused com interface

* Remove unused file

* Remove unused file

* Remove unused file

---------

Co-authored-by: Yu Leng (from Dev Box) <yuleng@microsoft.com>
This commit is contained in:
Yu Leng
2025-04-27 17:18:01 +08:00
committed by GitHub
parent 7efbd2f013
commit 49e5bbb5f0
14 changed files with 4 additions and 362 deletions

View File

@@ -9,7 +9,7 @@ using Microsoft.UI.Dispatching;
namespace Microsoft.CmdPal.Common.Helpers;
public static class NativeEventWaiter
public static partial class NativeEventWaiter
{
public static void WaitForEventLoop(string eventName, Action callback)
{