示例#1
0
        public frmPOS()
        {
            frmLog frmlogin = new frmLog();

            frmlogin.Show();
            this.Opacity = 0;//to hide the POS
            InitializeComponent();
        }
示例#2
0
        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";
        }