/// <summary> /// Default ctor /// </summary> public ModuleViewEditorControl() { SelectionManager = new SelectionManager(); InitializeComponent(); }
/// <summary> /// Default ctor /// </summary> public Update(SelectionManager selectionManager, int updateCounter) { this.selectionManager = selectionManager; this.updateCounter = updateCounter; }