Dec 4, 2005 #1 S SMAlvarez New member Joined Dec 4, 2005 Messages 1 How do I convert this from java to j#? Code: private enum Status {CONTINUE, WON, LOST}; Thanks for the help.
How do I convert this from java to j#? Code: private enum Status {CONTINUE, WON, LOST}; Thanks for the help.
Dec 5, 2005 #2 Cags Well-known member Joined Feb 19, 2004 Messages 690 Location Melton Mowbray, England Code: private enum Status { CONTINUE, WON, LOST }