Пример #1
0
        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;
        }
Пример #2
0
 private void AllClassesInitialization()
 {
     solutionAndRotations = new SolutionsAndRotations(this, N);
     solution             = solutionAndRotations.Solution;
 }