Exemplo n.º 1
0
Arquivo: Lab 6.cs Projeto: a4ekw/Labs
 public void ZPush(Test item)
 {
     zachlist.Add(item);
 }
Exemplo n.º 2
0
Arquivo: Lab 6.cs Projeto: a4ekw/Labs
 public void ZRem(Test item)
 {
     zachlist.Remove(item);
 }
Exemplo n.º 3
0
 static void Main(string[] args)
 {
     Test testovik = new Test();
 }