예제 #1
0
 public void Started()
 {
     overlayModule = thischannel.GetModuleInterfaceHandler <IBrowserOverlay>();
     if (overlayModule != null)
     {
         overlayModule.AddCSSModule("sentimenticon", "/css/sentimenticon/styles.css");
         overlayModule.AddJSModule("sentimenticon", "/js/sentimenticon/sentimenticon.js");
     }
 }
예제 #2
0
 public void Shutdown()
 {
     //thischannel.OnChannelChatMessage -= Thischannel_OnChannelChatMessage;
     thischannel   = null;
     overlayModule = null;
 }