Exemplo n.º 1
0
 private void btnTimeLog_Click(object sender, EventArgs e)
 {
     TimeConnector.Data.ActionLog.Insert("Clicked " + ((System.Windows.Forms.ButtonBase)(sender)).Text + "", this.Name);
     Maintenance.frmTimeLog ftim = new Maintenance.frmTimeLog();
     ftim.Show();
 }
Exemplo n.º 2
0
 private void btnTimeLog_Click(object sender, EventArgs e)
 {
     TimeConnector.Data.ActionLog.Insert("Clicked " + ((System.Windows.Forms.ButtonBase)(sender)).Text + "", this.Name);
     Maintenance.frmTimeLog ftim = new Maintenance.frmTimeLog();
     ftim.Show();
 }