Re: Setting external user as admin (Integration)

  •  08-25-2009, 9:53 AM

    Re: Setting external user as admin (Integration)

    Do you have any code like this :
     
    CuteChat.ChatProvider.Instance=new MyChatProvider();
    CuteChat.ChatSystem.Start(new CuteChat.AppSystem());
    Otherwise CuteChat will not know the MyChatProider class.
     
    Regards,
    Terry.
     
     
View Complete Thread