Exemplo n.º 1
0
        //public List<string> x;
        private void btOk_Click_1(object sender, EventArgs e)
        {
            DateTime start = DateTime.Parse(dtpDate.Value.Date.ToString().Split()[0] + " " + dtpTime.Value.ToString().Split()[1]);
            DateTime end   = DateTime.Parse(dtpTime2.Value.Date.ToString().Split()[0] + " " + dtpTime2.Value.ToString().Split()[1]);

            //List<string> x = VsMLogin.MWireless.getMotionEvent(comboBox2.SelectedIndex, start, end);

            VsMLogin.MWireless.x = VsMLogin.MWireless.getMotionEvent(comboBox2.SelectedIndex, start, end);

            VsMotionPB MotionPB = new VsMotionPB();

            MotionPB.Show();
        }
Exemplo n.º 2
0
        //public List<string> x;
        private void btOk_Click_1(object sender, EventArgs e)
        {
            DateTime start = DateTime.Parse(dtpDate.Value.Date.ToString().Split()[0] + " " + dtpTime.Value.ToString().Split()[1]);
            DateTime end = DateTime.Parse(dtpTime2.Value.Date.ToString().Split()[0] + " " + dtpTime2.Value.ToString().Split()[1]);

            //List<string> x = VsMLogin.MWireless.getMotionEvent(comboBox2.SelectedIndex, start, end);
            
           VsMLogin.MWireless.x = VsMLogin.MWireless.getMotionEvent(comboBox2.SelectedIndex, start, end);  

           VsMotionPB MotionPB = new VsMotionPB();
           MotionPB.Show();
            

         
            
        }