I have a countdown Timer form - on the first form the user will enter the countdown time - warning times, end message, etc. There are also two Radio buttons (Max/Min) and d
create new instatnce if object is not available
if(frmRGB==nullptr || frmRGB.IsDisposed==true ) { frmRGB= new Form(); }