using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; namespace Pur.pur_plan { public partial class frmExamineMana : Form { public frmExamineMana() { InitializeComponent(); } private void lb_taskName_Click(object sender, EventArgs e) { } private void lb_OFFER_TIME_END_Click(object sender, EventArgs e) { } private void label3_Click(object sender, EventArgs e) { } private void label4_Click(object sender, EventArgs e) { } } }