using DPumpHydr.DesktopMain.Properties; using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.IO; using System.Linq; using System.Net.NetworkInformation; using System.Resources; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; using static System.ComponentModel.Design.ObjectSelectorEditor; using static System.Net.Mime.MediaTypeNames; namespace DPumpHydr.Client { public partial class Test : Form { public Test() { InitializeComponent(); } } }