Ejemplo n.º 1
0
        public override void Paint(Graphics g, Point offset, bool alert)
        {
            Point p = this.Position + new Size(offset);

            GatePainter.PaintCubeGenerator(g, BoardEditorPanel.GridSize, p, alert);
        }
Ejemplo n.º 2
0
        public override void Paint(Graphics g, Point offset, bool alert)
        {
            Point p = this.Position + new Size(offset);

            GatePainter.PaintInput(g, BoardEditorPanel.GridSize, p, this.InputValue, alert);
        }