Exemplo n.º 1
0
Arquivo: Program.cs Projeto: wh0216/-
        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();
        }
Exemplo n.º 2
0
Arquivo: fount.cs Projeto: wh0216/-
 public void show(mayi ma)
 {
     Console.WriteLine("找到了一个甜品 , 提拉米苏");
 }