Exemplo n.º 1
0
 public ChatBase()
 {
     _runtime = new ChatRuntimeComponent(this);
 }
Exemplo n.º 2
0
 public ChatBase(string id)
 {
     _strID     = id;
     _runtime   = new ChatRuntimeComponent(this);
     dispatcher = Windows.UI.Core.CoreWindow.GetForCurrentThread().Dispatcher;
 }