App
Inheritance: System.Windows.Application
Exemplo n.º 1
0
 public static void Main()
 {
     Camera.App app = new Camera.App();
     app.InitializeComponent();
     app.Run();
 }