using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Data.SqlClient; using System.Diagnostics; using System.Drawing; using System.IO; using System.Linq; using System.Reflection; using System.Text; using System.Threading; using System.Threading.Tasks; using System.Windows.Forms; using SystemX.Net.Platform.Common.ExtensionMethods; using SystemX.Net.Platform.Common.Util; namespace SystemX.Net.XAdaptor.PC.UI { public partial class MainForm : Form { } }