示例#1
0
        private void InputA_Click(object sender, RoutedEventArgs e)
        {
            //InputA.Background = Brushes.White;
            char res = Convert.ToChar(Enigmaaa.Encryption('A'));

            CheckLabel(res);
        }
示例#2
0
        private void InputZ_Click(object sender, RoutedEventArgs e)
        {
            char res = Convert.ToChar(Enigmaaa.Encryption('Z'));

            CheckLabel(res);
        }