...
This commit is contained in:
@@ -130,6 +130,7 @@ namespace FPJ0000
|
||||
btMailAddr.Enabled = false;
|
||||
btSendMail.Enabled = false;
|
||||
tabControl2.Enabled = false;
|
||||
toolStripButton8.Enabled = false;
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -656,5 +657,12 @@ namespace FPJ0000
|
||||
{
|
||||
SelectDate(textBox9);
|
||||
}
|
||||
|
||||
private void toolStripButton8_Click(object sender, EventArgs e)
|
||||
{
|
||||
var f = new fProjectSchedule(int.Parse(tbIdx.Text),false);
|
||||
f.MdiParent = this.MdiParent;
|
||||
f.ShowDialog();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user