예제 #1
0
 private void btn_DLL_test_Click(object sender, EventArgs e)
 {
     imageProcessing.thinCPP(curBitmap);
     Invalidate();
 }