namespace ChatNDraw { public partial class ChatNDrawForm : Form { LoginForm _frmLogin = new LoginForm(); SelectRoomForm _frmSelectRoom = new SelectRoomForm(); private List _strokeList = new List(); private List _endgoing = new List