Пример #1
0
 public WebimController()
 {
     this.model    = new WebimModel();
     this.plugin   = new WebimPlugin();
     this.endpoint = this.plugin.Endpoint();
 }
 /// <summary>
 /// Webim控制器
 /// </summary>
 public WebimController()
 {
     this.model = new WebimModel();
     this.plugin = new WebimPlugin();
     this.endpoint = this.plugin.Endpoint();
 }