示例#1
0
        private void LabelClients_Click(object sender, EventArgs e)
        {
            ReportingClient ReportingClientObj = new ReportingClient();

            ReportingClientObj.ShowDialog();
        }
示例#2
0
        private void clientsToolStripMenuItem_Click(object sender, EventArgs e)
        {
            ReportingClient ReportingClientObj = new ReportingClient();

            ReportingClientObj.ShowDialog();
        }