15 lines
235 B
C#
15 lines
235 B
C#
|
using System.Configuration;
|
|||
|
using System.Data;
|
|||
|
using System.Windows;
|
|||
|
|
|||
|
namespace 鼠标连点器
|
|||
|
{
|
|||
|
/// <summary>
|
|||
|
/// Interaction logic for App.xaml
|
|||
|
/// </summary>
|
|||
|
public partial class App : Application
|
|||
|
{
|
|||
|
}
|
|||
|
|
|||
|
}
|