Bend.DbgGUI.DbgGUI C# (CSharp) Method

DbgGUI() public method

public DbgGUI ( ) : System
return System
        public DbgGUI()
        {
            InitializeComponent();

            this.Size = new System.Drawing.Size(600, 600);
            this.Location = new Point(700, 700);
            this.Show();
        }