public MethodCall(FacebookBase facebookImpl, string methodName) { this.Parameters = new MethodArguments(); this.FacebookImpl = facebookImpl; this.MethodName = methodName; }
public MethodCall(FacebookBase facebookImpl, string methodName) { this.facebookImpl = facebookImpl; this.MethodName = methodName; }