Hello guys
i got this error after i executed a bill update
here is the code underlined
please what could have gone wrong?
i got this error after i executed a bill update
here is the code underlined
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Threading.Tasks;
- using System.Windows.Forms;
- namespace NSPM_Sales_Invoice
- {
- static class Program
- {
- ///
- /// The main entry point for the application.
- ///
- [STAThread]
- static void Main()
- {
- Application.EnableVisualStyles();
- Application.SetCompatibleTextRenderingDefault(false);
- Application.Run(new Login());
- }
- }
- }
please what could have gone wrong?
Laxmidhar SahooPosted Jun 1, 2020, 2:18 PM
Amit GuptaPosted Jun 1, 2020, 1:28 AM
Salman BegPosted May 31, 2020, 8:29 PM
Chidiebere MgbemenaPosted May 31, 2020, 7:14 PM
Laxmidhar SahooPosted May 30, 2020, 3:54 AM
Salman BegPosted May 30, 2020, 3:39 AM
Chidiebere MgbemenaPosted May 29, 2020, 10:57 PM
Salman BegPosted May 29, 2020, 9:23 PM