Fixed view refill not being in MDI.
This commit is contained in:
parent
8f4c42556c
commit
d7fc3aa037
@ -940,8 +940,11 @@ namespace Louis__Pharmacy_CNSA212_FP
|
|||||||
Int32 rxNum = Int32.Parse(rxNumString);
|
Int32 rxNum = Int32.Parse(rxNumString);
|
||||||
|
|
||||||
frmRefill refill = new frmRefill(rxNum);
|
frmRefill refill = new frmRefill(rxNum);
|
||||||
refill.ShowDialog();
|
refill.MdiParent = MdiParent;
|
||||||
|
refill.StartPosition = FormStartPosition.CenterScreen;
|
||||||
|
refill.Show();
|
||||||
|
refill.Focus();
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user