public static void Main() { PointOfSale.App app = new PointOfSale.App(); app.InitializeComponent(); app.Run(); }