From b631fb92d93cfed2f6bfe88ee7331fe39c56df2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=B3=BD=E5=B3=B0?= <295180200@qq.com> Date: Thu, 12 Aug 2021 14:23:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8D=95=E8=AF=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Program.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Program.cs b/Program.cs index c41e359..b628441 100644 --- a/Program.cs +++ b/Program.cs @@ -22,7 +22,7 @@ static void Main(string[] args) } else if (rep == "backup") { - backUp(); + backup(); } else { @@ -30,7 +30,7 @@ static void Main(string[] args) } Console.ReadKey(); } - static void backUp() + static void backup() { string connStr = "data source=.;user id=sa;password=ld123456a*;initial catalog=master"; Console.WriteLine(string.Concat("默认连接字符串:", connStr));