Problem with a custom Control in Windows Form

前端 未结 0 1959
深忆病人
深忆病人 2020-12-01 02:42

I\'m trying to write my own MineSweeper in F#.

I create a type of Button :

type myButton(pos : Point, boum : bool, wnd : Form) = 
inherit Button(Parent         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题