Ejemplo n.º 1
0
 public void Bind(Argument binding, RuntimeArgument argument)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 2
0
        public void Bind(Argument binding, RuntimeArgument argument)
        {
            ThrowIfDisposed();

            Argument.TryBind(binding, argument, this.activity);
        }