Beispiel #1
0
        public LoginDialog(UserChatDialog parent)
        {
            this.parent = parent;

            Glade.XML app = new Glade.XML(EnvironmentHelper.GetExeDirectory() + "/metaverse.client.glade", "loginwindow", "");
            app.Autoconnect(this);

            entrypassword.Activated += new EventHandler(entrypassword_Activated);
            entryusername.Activated += new EventHandler(entryusername_Activated);
        }
Beispiel #2
0
        public LoginDialog( UserChatDialog parent )
        {
            this.parent = parent;

            Glade.XML app = new Glade.XML( EnvironmentHelper.GetExeDirectory() + "/metaverse.client.glade", "loginwindow", "" );
            app.Autoconnect(this);

            entrypassword.Activated += new EventHandler(entrypassword_Activated);
            entryusername.Activated += new EventHandler(entryusername_Activated);
        }
Beispiel #3
0
 void LoadChat()
 {
     imimplementation = ChatImplementationFactory.CreateInstance();
     userchatdialog = new UserChatDialog();
 }
Beispiel #4
0
 void LoadChat()
 {
     imimplementation = ChatImplementationFactory.CreateInstance();
     userchatdialog   = new UserChatDialog();
 }