Пример #1
0
 static void Main(string[] args)
 {
     Console.WriteLine("Calling TestComponent.MyComponent from UNSIGNED app:");
     Console.WriteLine("----------------------------------------------------");
     MyComponent.Feature1();
     MyComponent.Feature2();
     Console.WriteLine();
     Console.WriteLine("Press any key to exit...");
     Console.ReadKey();
 }