static void Main(string[] args) { zhaohu hu = new zhaohu(); fount f = new fount(); mayi ma = new mayi(); ma.ma(); f.show(ma); hu.ss(f); ma.sh(); Console.ReadLine(); }
public void ss(fount show) { Console.WriteLine("我招呼带两个同伴"); Console.WriteLine("现在大家搬运甜品"); }