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));