static void Main()
 {
     frmSLAccountant frm = new frmSLAccountant();
     frm.ShowDialog();
 }
Example #2
0
        static void Main()
        {
            frmSLAccountant frm = new frmSLAccountant();

            frm.ShowDialog();
        }