public static void Unbind(ref Constants.Method from) { if (from != null) { from = null; } }
public static void Bind(ref Constants.Method to, Constants.Method method) { Unbind(ref to); to += method; }