Пример #1
0
 public override void Display()
 {
     if (_win != null)
     {
         _win.HitCountContext = FormatHitCount().ToString();
     }
     _output = true;
     _win.Refresh();
 }
Пример #2
0
        public override void Display()
        {
            if (_win != null)
            {
                if (hitCountFormatter != null)
                {
                    _win.HitCountContext = hitCountFormatter.GetFormattedString();
                }
            }

            _output = true;
            _win.Refresh();
        }