Exemplo n.º 1
0
 public static WCellAddonContext GetContext <A>() where A : IWCellAddon
 {
     return(WCellAddonMgr.GetContextByTypeName(typeof(A).FullName));
 }
Exemplo n.º 2
0
 public static WCellAddonContext GetContext(Type addonType)
 {
     return(WCellAddonMgr.GetContextByTypeName(addonType.FullName));
 }