Created
August 25, 2018 17:30
-
-
Save dsibinski/c03d860c4066d40d029cf74b4dc5b90b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class GuyFromGen2 | |
{ | |
private YoungObject _youngObject; | |
public void CreateYoungObject() | |
{ | |
_youngObject = new YoungObject(); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment