예제 #1
0
 public static void Main()
 {
     TemPOS.App app = new TemPOS.App();
     app.InitializeComponent();
     app.Run();
 }