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