Ejemplo n.º 1
0
 public static void Main()
 {
     ProblemManager.GenericBox();
     ProblemManager.GenericBoxOfString();
     ProblemManager.GenericBoxOfInteger();
     ProblemManager.GenericSwapMethodStrings();
     ProblemManager.GenericSwapMethodIntegers();
     ProblemManager.GenericCountMethodStrings();
     ProblemManager.GenericCountMethodDoubles();
 }