public ChatBase() { _runtime = new ChatRuntimeComponent(this); }
public ChatBase(string id) { _strID = id; _runtime = new ChatRuntimeComponent(this); dispatcher = Windows.UI.Core.CoreWindow.GetForCurrentThread().Dispatcher; }