mirror of
https://github.com/microsoft/PowerToys
synced 2024-11-22 08:11:25 +00:00
17 lines
303 B
C#
17 lines
303 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Configuration;
|
|
using System.Data;
|
|
using System.Linq;
|
|
using System.Windows;
|
|
|
|
namespace Wox.UAC
|
|
{
|
|
/// <summary>
|
|
/// App.xaml 的交互逻辑
|
|
/// </summary>
|
|
public partial class App : Application
|
|
{
|
|
}
|
|
}
|