This commit is contained in:
이형구 2021-12-24 13:56:13 +09:00
parent bbb2763e40
commit 8c85f6b57e

View File

@ -14,6 +14,8 @@ namespace DCinside_Cleaner
{
try
{
// 시작
Console.Write("ID : ");
string _id = Console.ReadLine();
Console.Write("PASSWORD : ");