private void toolStripButton2_Click(object sender, EventArgs e) { ScanMatchingList SML = new ScanMatchingList(); SML.userkey = UserKey; SML.UNIQUEID = UNIQUEID; SML.ShowDialog(); }
public void CallScanMatchingList() { //ClearScreen(); ScanMatchingList SML = new ScanMatchingList(); SML.Customer = "NISSAN NPT"; SML.UNIQUEID = UNIQUEID; SML.ShowDialog(); }
public void CallScanMatchingList() { ScanMatchingList SML = new ScanMatchingList(); SML.Customer = "TOYOTA"; SML.UNIQUEID = UNIQUEID; SML.ShowDialog(); //ClearScreen(); }