private void OnDisable() { SetSelectedGraphichs -= ActivePlanGraphics; SetExeGraphichs -= ActiveExeGraphics; }
private void OnEnable() { SetSelectedGraphichs += ActivePlanGraphics; SetExeGraphichs += ActiveExeGraphics; }