Esempio n. 1
0
        public DocumentSharingEx(WebMeeting.Common.DocumentMessageType type, int session, string ServerIP, string ServerUsername, string ServerPassword, string meetingID)

        {
            m_DocumentType = type;
            sessionID      = session;
            m_serverIP     = ServerIP;
            m_username     = ServerUsername;
            m_password     = ServerPassword;
            m_meetingID    = meetingID;
        }
Esempio n. 2
0
 public DocumentSharingEx(WebMeeting.Common.DocumentMessageType type, int session)
 {
     m_DocumentType = type;
     sessionID      = session;
 }