1
using System;
2
using System.ComponentModel;
3
using System.Collections.Generic;
4
using System.Diagnostics;
5
using System.Text;
6
using System.Drawing;
7
using System.Runtime.InteropServices;
8
using System.Windows.Forms;
9
10
namespace autoDockWindow
11
2
3
4
5
6
7
8
9
10
11