Run() private method

private Run ( ) : void
return void
 public static void Main()
 {
     var prog = new Program();
     prog.Run();
 }