?? ieditprojectcontrol.cs
字號(hào):
using System;
namespace BugNET.UserInterfaceLayer
{
/// <summary>
/// Summary description for IEditProjectControl.
/// </summary>
public interface IEditProjectControl
{
/// <summary>
/// Gets or sets the project id.
/// </summary>
/// <value>The project id.</value>
int ProjectId
{
get;
set;
}
/// <summary>
/// Updates this instance.
/// </summary>
/// <returns></returns>
bool Update();
/// <summary>
/// Inits this instance.
/// </summary>
void Initialize();
}
}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -