public static void Main() {
     CortanaExtender.App app = new CortanaExtender.App();
     app.InitializeComponent();
     app.Run();
 }
Exemple #2
0
 public static void Main()
 {
     CortanaExtender.App app = new CortanaExtender.App();
     app.InitializeComponent();
     app.Run();
 }