双击窗体,就可以到代码中添加load事件代码了。
Load是个事件,意思是窗体加载时走的代码事件.里面可以写代码,可以调用方法.
private void OperationDcm_Load(object sender, EventArgs e) { }