Run() public method

public Run ( ) : void
return void
Beispiel #1
0
 public static void Main(string[] args)
 {
     Compiler compiler = new Compiler();
     compiler.ParseArguments(args);
     compiler.Run();
 }