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