コード例 #1
0
ファイル: frmMain.cs プロジェクト: hnjm/TimeLogApplication
 private void btnActionLog_Click(object sender, EventArgs e)
 {
     TimeConnector.Data.ActionLog.Insert("Clicked " + ((System.Windows.Forms.ButtonBase)(sender)).Text + "", this.Name);
     Maintenance.frmActionLog actionlogform = new Maintenance.frmActionLog();
     actionlogform.Show();
 }
コード例 #2
0
 private void btnActionLog_Click(object sender, EventArgs e)
 {
     TimeConnector.Data.ActionLog.Insert("Clicked " + ((System.Windows.Forms.ButtonBase)(sender)).Text + "", this.Name);
     Maintenance.frmActionLog actionlogform = new Maintenance.frmActionLog();
     actionlogform.Show();
 }