When I run my program it only shows the QueuingForm.frm, But the thing is i want it to show both QueueForm and CahsierWindowsForm

Here is the little part of the code:
{
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new QueuingForm());
Application.Run(new CashierWindowsQueuingForm());
}
hustino siatPosted Oct 14, 2021, 11:12 AM
Srinivasan RamamoorthiPosted Oct 14, 2021, 10:50 AM
hustino siatPosted Oct 14, 2021, 8:16 AM
Srinivasan RamamoorthiPosted Oct 14, 2021, 7:59 AM
hustino siatPosted Oct 14, 2021, 7:28 AM
Nirmal DayalPosted Oct 14, 2021, 7:12 AM