Esempio n. 1
0
 public static FormPoo AddPoo()
 {
     var poo = new FormPoo();
     poo.Show();
     PooList.Add(poo);
     return poo;
 }
Esempio n. 2
0
        public static FormPoo AddPoo()
        {
            var poo = new FormPoo();

            poo.Show();
            PooList.Add(poo);
            return(poo);
        }