김민성 수석님. 구매 관련 수정
This commit is contained in:
@@ -23,13 +23,13 @@ namespace Project
|
||||
}
|
||||
else sbBWRun.BackColor = Color.Red;
|
||||
sbBCD.BackColor = Pub.barcode.IsInit ? Color.Lime : Color.Red;
|
||||
if (redisConnection == null) this.sbRedis.ForeColor = Color.DimGray;
|
||||
else if (redisConnection.IsConnected)
|
||||
{
|
||||
if (db == null) this.sbRedis.ForeColor = Color.Blue;
|
||||
else this.sbRedis.ForeColor = Color.Green;
|
||||
}
|
||||
else this.sbRedis.ForeColor = Color.Red;
|
||||
//if (redisConnection == null) this.sbRedis.ForeColor = Color.DimGray;
|
||||
//else if (redisConnection.IsConnected)
|
||||
//{
|
||||
// if (db == null) this.sbRedis.ForeColor = Color.Blue;
|
||||
// else this.sbRedis.ForeColor = Color.Green;
|
||||
//}
|
||||
//else this.sbRedis.ForeColor = Color.Red;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user