예제 #1
0
파일: MainForm.cs 프로젝트: Veivan/MorphApp
 private void DropColumn_Click(object sender, EventArgs e)
 {
     dbConnector.DropColumn();
 }