コード例 #1
0
ファイル: MainScreen.cs プロジェクト: iamowen009/DYNAAPP
        private void toolStripButton2_Click(object sender, EventArgs e)
        {
            ScanMatchingList SML = new ScanMatchingList();

            SML.userkey  = UserKey;
            SML.UNIQUEID = UNIQUEID;
            SML.ShowDialog();
        }
コード例 #2
0
        public void CallScanMatchingList()
        {
            //ClearScreen();
            ScanMatchingList SML = new ScanMatchingList();

            SML.Customer = "NISSAN NPT";
            SML.UNIQUEID = UNIQUEID;
            SML.ShowDialog();
        }
コード例 #3
0
        public void CallScanMatchingList()
        {
            ScanMatchingList SML = new ScanMatchingList();

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