Created
November 5, 2019 06:18
-
-
Save SunXiaoShan/71ab6935d4db3eab95247eeb3433e514 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 Mine | |
{ | |
public Aunt aunt = new Aunt(); | |
public void Room() | |
{ | |
aunt.Swapping(); | |
} | |
} | |
Mine mine = new Mine(); | |
mine.Room(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment