Пример #1
0
 public ChatBase()
 {
     _runtime = new ChatRuntimeComponent(this);
 }
Пример #2
0
 public ChatBase(string id)
 {
     _strID     = id;
     _runtime   = new ChatRuntimeComponent(this);
     dispatcher = Windows.UI.Core.CoreWindow.GetForCurrentThread().Dispatcher;
 }