This commit is contained in:
chi
2022-01-08 13:29:22 +09:00
parent fff64fa703
commit e2aa532654
47 changed files with 8448 additions and 2202 deletions

View File

@@ -1081,5 +1081,11 @@ namespace Project
if (!ShowForm(formkey))
AddForm(formkey, new FPJ0000.fHolyRequest());
}
private void ToolStripMenuItem_Click(object sender, EventArgs e)
{
var f = new Dev.fDisableItem();
f.ShowDialog();
}
}
}