Esempio n. 1
0
        private void toolStripButton2_Click(object sender, EventArgs e)
        {
            ScanMatchingList SML = new ScanMatchingList();

            SML.userkey  = UserKey;
            SML.UNIQUEID = UNIQUEID;
            SML.ShowDialog();
        }
Esempio n. 2
0
        public void CallScanMatchingList()
        {
            //ClearScreen();
            ScanMatchingList SML = new ScanMatchingList();

            SML.Customer = "NISSAN NPT";
            SML.UNIQUEID = UNIQUEID;
            SML.ShowDialog();
        }
Esempio n. 3
0
        public void CallScanMatchingList()
        {
            ScanMatchingList SML = new ScanMatchingList();

            SML.Customer = "TOYOTA";
            SML.UNIQUEID = UNIQUEID;
            SML.ShowDialog();
            //ClearScreen();
        }