Bend.DbgGUI.DbgGUI C# (CSharp) 메소드

DbgGUI() 공개 메소드

public DbgGUI ( ) : System
리턴 System
        public DbgGUI()
        {
            InitializeComponent();

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