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