问题描述
解决方案
Form1 f1 = new Form1();
this.Hide();
if (f1.ShowDialog() == DialogResult.OK)
{
this.Show();
}
解决方案二:
谢谢,我刚才查资料是这样做的
if(num>0)
{
conn.Close();
UseCar.Load.LoadAdmin LA=new UseCar.Load.LoadAdmin();
LA.show();
this.Hide();
}
时间: 2024-11-18 11:27:48