onlinechatfrm.cs
来自「一个用C#编写的能实现即时通讯的工具」· CS 代码 · 共 30 行
CS
30 行
using System;
using System.Collections.Generic;
using System.Text;
using System.Collections;
namespace client
{
class onlinechatfrm
{
static public ArrayList onlinefrm = new ArrayList();
}
class onlinegroupchatfrm
{
static public groupChat groupchatfrm;
static public creatergroupChat creatergroupchatfrm;
}
class room
{
static public string roomname;
static public string roompwd;
}
class loginroom
{
static public string roompwd;
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?