用线性表的基本结构 设计一个100位以内的长整数加减运算的程序,求大神指导

2025-04-13 21:04:36
推荐回答(1个)
回答1:

private void ExitCutImage(bool hideWindow) // = true
{
this.lbl_CutImage.Visible = false;
this.isCuting = false;

if (hideWindow)
{
this.screenImage.Dispose();
this.Hide();
}
}