login.cs
来自「C#高级编程第四版 第十九章源代码 敬请下载」· CS 代码 · 共 10 行
CS
10 行
using System;
public class Login
{
// Alter this connection string here - all other examples use this class
public static string Connection
{
get { return "data source=(local);initial catalog=Northwind;integrated security=SSPI;"; }
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?