Files
ClientServerProject/软件系统客户端模版/UIControls/OnlineChatRender.cs

20 lines
398 B
C#
Raw Normal View History

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Data;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace .UIControls
{
public partial class OnlineChatRender : UserControl
{
public OnlineChatRender()
{
InitializeComponent();
}
}
}