Example #1
0
        public EnigmaMachine()
        {
            io = new InOutControl();
            EnigmaParams ep = io.GetEnigmaParams();

            SetRotorValues(ep.R1, ep.R2, ep.R3);// new EnigmaUtilities(ep.R1, ep.R2, ep.R3);
        }