static void Main() { //stvara instancu AsynchIOTester koja poziva konstruktor AsynchIOTester theApp = new AsynchIOTester(); theApp.Run(); }
public static void Main() { // create an instance of AsynchIOTester // which invokes the constructor AsynchIOTester theApp = new AsynchIOTester(); // call the instance method theApp.Run(); }