示例#1
0
 public static void Main()
 {
     Mechanics.SomeMethod();
     GenericException.Go();
     OneStatementDemo.Go();
     CodeContracts.Go();
     //UnhandledException.Go();
     ConstrainedExecutionRegion.Go();
 }