12 lines
175 B
C#
12 lines
175 B
C#
![]() |
using System.Windows;
|
|||
|
|
|||
|
namespace WpfForWeb
|
|||
|
{
|
|||
|
/// <summary>
|
|||
|
/// App.xaml 的交互逻辑
|
|||
|
/// </summary>
|
|||
|
public partial class App : Application
|
|||
|
{
|
|||
|
}
|
|||
|
}
|