public AggtControlGenerator(LogicalViewFactory viewFactory) { if (viewFactory == null) throw new ArgumentNullException("viewFactory"); this._viewFactory = viewFactory; this.GesturesLocation = GesturesLocation.Whole; }
public AggtControlGenerator(LogicalViewFactory viewFactory) { if (viewFactory == null) { throw new ArgumentNullException("viewFactory"); } this._viewFactory = viewFactory; this.GesturesLocation = GesturesLocation.Whole; }
static AutoUI() { BlockUIFactory = new BlockUIFactory(new PropertyEditorFactory()); ViewFactory = new LogicalViewFactory(BlockUIFactory); AggtUIFactory = new AggtControlGenerator(ViewFactory); }