⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mail.cs

📁 synopsys for the students in order to guide them
💻 CS
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -