Exemple #1
0
        public Jidlo VyndejKure()

        {
            Jidlo k = this.Jidlo;

            this.Jidlo = null;

            return(k);
        }
Exemple #2
0
        public void VlozKure(Jidlo k)
        {
            if (this.Jidlo != null)
            {
                throw new InvalidOperationException("plno");
            }

            this.Jidlo = k;
        }