    public partial class Form1 : Form
    {
        SimpleTime t1 = new SimpleTime();
        SimpleTime t2 = new SimpleTime(2);
        SimpleTime t3 = new SimpleTime(21, 34);
        SimpleTime t4 = new SimpleTime(12, 25, 42);
        public Form1()
        {
            InitializeComponent();
            
        }

    }
