13 lines
202 B
C#
13 lines
202 B
C#
using System.Configuration;
|
|
using System.Data;
|
|
using System.Windows;
|
|
|
|
namespace UrlTester;
|
|
|
|
/// <summary>
|
|
/// Interaction logic for App.xaml
|
|
/// </summary>
|
|
public partial class App : Application
|
|
{
|
|
}
|