Beispiel #1
0
        private void OnGridPaint(object sender, PaintEventArgs e)
        {
            var vInfo = _view.GetViewInfo();

            DrawButtons((vInfo as ITileControl).ViewInfo, e);
        }