public MouseWork(Page _page, ButtonWork _buttonWork, SolutionsAndRotations.GeneralRotations _gen, SolutionsAndRotations _sol, int _N) { bool_MouseLeftButtonDownHandlerAdded = false; bool_MouseMoveHandlerAdded = false; page = _page; buttonWork = _buttonWork; N = _N; generalRotations = _gen; solutionsAndRotations = _sol; }
private void AllClassesInitialization() { solutionAndRotations = new SolutionsAndRotations(this, N); solution = solutionAndRotations.Solution; }