コード例 #1
0
        public void ShowFallPass()
        {
            int count = 0;

            while (count <= Password.Length)
            {
                Console.Write(SomeContext.HidePass(Password.Length));
                count++;
            }
        }
コード例 #2
0
 private void RetHifhtPas(string Password)
 {
     Pass = SomeContext.HidePass(Password.Length);
 }