Пример #1
0
        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();
        }
Пример #2
0
Файл: zhaohu.cs Проект: wh0216/-
 public void ss(fount show)
 {
     Console.WriteLine("我招呼带两个同伴");
     Console.WriteLine("现在大家搬运甜品");
 }