Guest User

Untitled

a guest
Nov 24th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. if (choice == 1) {
  2. crap.secondClass.myMethod();
  3. }
  4. if (choice == 2) {
  5.  
  6. }
  7.  
  8. }
  9. }
  10. }
  11.  
  12. public class secondClass{
  13.  
  14. public static void myMethod(int later, int later2)
  15. {
  16. Console.WriteLine("You chose option 1");
  17.  
  18. }
  19. }
Add Comment
Please, Sign In to add comment