mail.cs

来自「synopsys for the students in order to gu」· CS 代码 · 共 23 行

CS
23
字号
using System;

namespace Hello1
{
	/// <summary>
	/// Summary description for Mail.
	/// </summary>
	public class Mail
	{
		public Mail()
		{
			//
			// TODO: Add constructor logic here
			//
		}
		public static string To;
		public static string Sub;
		public static string Mtr;
		public static int Mode;//1 sub 2 matter
		public static int Comp; //1 composing mode 0 means non compose
	}
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?