Skip to content

Commit

Permalink
修改单词
Browse files Browse the repository at this point in the history
  • Loading branch information
FreeTimeWorker committed Aug 12, 2021
1 parent e808ff8 commit b631fb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ static void Main(string[] args)
}
else if (rep == "backup")
{
backUp();
backup();
}
else
{
Console.WriteLine("结束");
}
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));
Expand Down

0 comments on commit b631fb9

Please sign in to comment.