private void FrmSteadySchematic_Load(object sender, EventArgs e) { FrmSteadySchematic fstdschem = new FrmSteadySchematic(); //PanelCanvas.Width = fstdschem.Bounds.Width; fstdschem.WindowState = FormWindowState.Maximized; TxtNodeX.Text = (FrmSteadyFlowModel.SFM_n_Section).ToString(); TxtTimeY.Text = (FrmSteadyFlowModel.SFM_Total_Time).ToString(); }
private void BtnSchematic_Click(object sender, EventArgs e) { FrmSteadySchematic fsteadyschematic = new FrmSteadySchematic(); fsteadyschematic.Show(); }