📄 global.cs
字号:
//-----------------------------------------------------------------------------
// Code from _Programming the .NET Compact Framework with C#_
// and _Programming the .NET Compact Framework with VB_
// (c) Copyright 2002-2004 Paul Yao and David Durant.
// All rights reserved.
//-----------------------------------------------------------------------------
using System;
namespace MainPlusOthers
{
/// <summary>
/// Summary description for Global.
/// </summary>
public class Global
{
static internal FormTemperature frmTemperature;
static internal FormPrecipitation frmPrecipitation;
static internal FormPressure frmPressure;
public Global()
{
//
// TODO: Add constructor logic here
//
}
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -