public GingerGridPage(GingerGrid GingerGrid) { InitializeComponent(); mGingerGrid = GingerGrid; StatusLabel.BindControl(GingerGrid, nameof(GingerGrid.Status)); mGingerGrid.NodeList.CollectionChanged += NodeList_CollectionChanged; ShowNodes(); }
public GingerGridPage(GingerGrid GingerGrid) { InitializeComponent(); mGingerGrid = GingerGrid; StatusLabel.BindControl(GingerGrid, nameof(GingerGrid.Status)); mGingerGrid.NodeList.CollectionChanged += NodeList_CollectionChanged; ShowNodes(); WorkSpace.Instance.PlugInsManager.PluginProcesses.CollectionChanged += PluginProcesses_CollectionChanged; ShowProcesses(); }