Example #1
0
 public static void Main()
 {
     Captura.App app = new Captura.App();
     app.InitializeComponent();
     app.Run();
 }