Add skeleton to generate employee report
This commit is contained in:
parent
2b2054d14a
commit
fd6d682a04
@ -35,5 +35,10 @@ namespace QueueSys
|
||||
|
||||
// Exits the application.
|
||||
private void exitAltF4ToolStripMenuItem_Click(object sender, EventArgs e) => Application.Exit();
|
||||
|
||||
private void generateReportToolStripMenuItem_Click(object sender, EventArgs e)
|
||||
{
|
||||
MessageBox.Show("To-do: Generate excel report from SQL Database.");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user