InkCanvasForClass/InkCanvasForClassX/App.xaml.cs

18 lines
328 B
C#
Raw Normal View History

2024-06-23 09:30:58 +08:00
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
namespace InkCanvasForClassX
{
/// <summary>
/// App.xaml 的交互逻辑
/// </summary>
public partial class App : Application
{
}
}