if (!trIn2.inout.Trim().Equals("") && trOut2.inout.Trim().Equals("")) { Transaction addOut = new Transaction(trIn2); addOut.inout = "Out"; //addOut.time = "23:59:00"; addOut.time = "ไม่มีข้อมูล"; exportArray.Add(addOut); }
class Transaction { public string datetime; public string date; public string time; public string gcode; public string gname; public string status; public string inout; public string intime; public string outtime; public string code; public string name; public bool export; public Transaction() { this.datetime = ""; this.gcode = ""; this.gname = ""; this.status = ""; this.inout = ""; this.code = ""; this.name = ""; this.date = ""; this.time = ""; this.export = false; }
addOut.time = "ไม่มีข้อมูล"; If(addOut.time == "ไม่มีข้อมูล") { Label1.Text = addOut.time; Label1.ForeColor = System.Drawing.Color.Red; } else { Label1.Text = addOut.time; Label1.ForeColor = System.Drawing.Color.Black; }
if (!trIn2.inout.Trim().Equals("") && trOut2.inout.Trim().Equals("")) { Transaction addOut = new Transaction(trIn2); addOut.inout = "Out"; //addOut.time = "23:59:00"; addOut.time = "ไม่มีข้อมูล"; If(addOut.time == "ไม่มีข้อมูล") { Label1.Text = addOut.time; Label1.ForeColor = System.Drawing.Color.Red; } else { Label1.Text = addOut.time; Label1.ForeColor = System.Drawing.Color.Black; } exportArray.Add(addOut); }
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง