mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 19:57:07 +02:00
12 lines
175 B
C#
12 lines
175 B
C#
|
|
using System.Windows;
|
|||
|
|
|
|||
|
|
namespace WinAlfred
|
|||
|
|
{
|
|||
|
|
/// <summary>
|
|||
|
|
/// App.xaml 的交互逻辑
|
|||
|
|
/// </summary>
|
|||
|
|
public partial class App : Application
|
|||
|
|
{
|
|||
|
|
}
|
|||
|
|
}
|