📄 testapp.format
字号:
using System;
using System.Diagnostics;
using System.Configuration;
using System.Collections;
using System.Data.SqlTypes;
using OrmLib;
using {0};
namespace TestApp
{
/// <summary>
/// This test app can be used to test your new Biz object.
/// Please make sure that the test app is set as the startup Project.
/// </summary>
class TestApp
{
/// <summary>
/// The main entry point for the application.
/// </summary>
[STAThread]
static void Main(string[] args)
{
//
// TODO: Add code to start application here
//
DataManager dm = new DataManager(Config.Dsn);
}
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -