예제 #1
0
        public Judge(RingControllerForm ring, DataGridViewRow row, int id)
        {
            this.ring = ring;
            this.row  = row;
            this.id   = id;

            this.row.Cells[1].Style.ForeColor = Color.Red;
        }
예제 #2
0
        public Brush c2 = Brushes.OrangeRed;    // Default Right Color

        // Constructor
        public Display(RingControllerForm ring = null)
        {
            this.ring = ring;
            this.Mode = this.ring.Mode;

            this.Text   = "PoomsaeBoard Display";
            this.Width  = 600;
            this.Height = 400;
        }