Exemplo n.º 1
0
        public void Show()
        {
            if (!Enabled)
            {
                return;
            }
            //MyFunc.FillArray(Field, ' ');

            Global.AddMarkPainterKoords(CurrentIndex, HorizKoords[Indexer.Get()]);

            MyFunc.Copy(ref Field.Koords, Field.Array, Global.Field);
        }
Exemplo n.º 2
0
        public void Show()
        {
            if (!Enabled)
            {
                return;
            }
            if (Active)
            {
                //Копируем маркер
                Global.AddMarkPainterKoords(MainMarker.GetVisIndex(), MainMarker.GetHorizKoords());
                //Обновляем границы для подсветки текста
                Global.AddTextVertBorders(MyFunc.Set(MainMarker.GetMin(), MainMarker.GetMax()));
            }

            //Копируем элементы в глобальное поле
            //LabelCurrentPath.Show();
            CurrentPath.Show(MaWalker.GetPath());

            //VisibleContent.Show(ref CurrentContent.GetContent(), MainMarker.GetMin(), MainMarker.GetMax());
            TableContent.Show(ref CurrentContent.CurrentContent, MainMarker.GetMin(), MainMarker.GetMax());
            //Nintus.Show();
        }