예제 #1
0
파일: Mikrovlnka.cs 프로젝트: XpellCZ/ZPR
        public Jidlo VyndejKure()

        {
            Jidlo k = this.Jidlo;

            this.Jidlo = null;

            return(k);
        }
예제 #2
0
파일: Mikrovlnka.cs 프로젝트: XpellCZ/ZPR
        public void VlozKure(Jidlo k)
        {
            if (this.Jidlo != null)
            {
                throw new InvalidOperationException("plno");
            }

            this.Jidlo = k;
        }