Skip to content

Instantly share code, notes, and snippets.

@SunXiaoShan
Created November 5, 2019 06:18
Show Gist options
  • Save SunXiaoShan/71ab6935d4db3eab95247eeb3433e514 to your computer and use it in GitHub Desktop.
Save SunXiaoShan/71ab6935d4db3eab95247eeb3433e514 to your computer and use it in GitHub Desktop.
// 一開始找清潔阿姨前,範例
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