예제 #1
0
파일: POS.cs 프로젝트: mrmaxwell78/POSeidon
        public frmPOS()
        {
            frmLog frmlogin = new frmLog();

            frmlogin.Show();
            this.Opacity = 0;//to hide the POS
            InitializeComponent();
        }
예제 #2
0
파일: POS.cs 프로젝트: mrmaxwell78/POSeidon
        public frmPOS()
        {
            frmLog frmlogin = new frmLog();

            frmlogin.Show();
            this.Opacity = 0;//to hide the POS
            InitializeComponent();
            connection.ConnectionString = @"Provider=Microsoft.ACE.OLEDB.12.0;Data Source=|DataDirectory|\POSeidon.accdb;Persist Security Info=True";
        }