Example #1
0
 void UpdateType(String type)
 {
     var factory = Owner.Options.GetFactory<IInputTypeFactory>();
     _type = factory.Create(this, type);
 }
 void UpdateType(String type)
 {
     _type = Factory.InputTypes.Create(this, type);
 }