C# MySQL 로그인폼 만들기 #2
1. 레이아웃을 만들어줍니다. 2. 소스코드를 입력합니다. using MySql.Data.MySqlClient; using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace HelloWorld { public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void button_..
프로그래밍/C#
2020. 12. 29. 10:40