Esempio n. 1
0
        static void Main(string[] args)
        {
            Bankomat myBankomat = new Bankomat();

            myBankomat.Log_In();
            Console.ReadKey();
        }
Esempio n. 2
0
 public IssueCash(Bankomat b)
 {
     Context = b;
 }
Esempio n. 3
0
        //Bankomat IStan.Kontekst { get => throw new NotImplementedException(); set => throw new NotImplementedException(); }

        public LogIn(Bankomat b)
        {
            Context = b;
        }
Esempio n. 4
0
        //Bankomat IStan.Kontekst { get => throw new NotImplementedException(); set => throw new NotImplementedException(); }

        public LogOut(Bankomat b)
        {
            Context = b;
        }