Ejemplo n.º 1
0
 public static void Main()
 {
     PointOfSale.App app = new PointOfSale.App();
     app.InitializeComponent();
     app.Run();
 }