public static void Synchronize(this IManosContext context, Action <IManosContext, object> action, object arg) { AppHost.Synchronize(action, context, arg); }
public static void Synchronize <T> (this IManosContext context, Action <IManosContext, T> action, T arg) { AppHost.Synchronize(action, context, arg); }