コード例 #1
0
 private void checkEdit1_CheckedChanged(object sender, EventArgs e)
 {
     if (checkEdit1.Checked && this.Visible)
     {
         frmInfoBox info = new frmInfoBox("You can edit the SID parameters in T7Suite by starting the SID editor via Actions -> SID information");
     }
 }
コード例 #2
0
 private void EnableVinAndImmo()
 {
     if (!textEdit3.Enabled)
     {
         textEdit3.Enabled     = true;
         textEdit4.Enabled     = true;
         simpleButton3.Enabled = true;
         frmInfoBox info = new frmInfoBox("Warning: T8Suite only has experimental support for changing VIN and immobilizer codes!!!");
     }
 }
コード例 #3
0
 private void simpleButton2_Click(object sender, EventArgs e)
 {
     // show the details for this transaction (including data, meaning 2 mapviewers showing the details)
     frmInfoBox info = new frmInfoBox("Still needs to be implemented");
 }