Exemplo n.º 1
0
        public void ShowCQ()//int x, int y, int width)
        {
            cqForm = dataReader.scForm;
//            cqForm.Left = this.Location.X + this.Size.Width;
//           cqForm.Top= this.Location.Y;
            cqForm.Show();

            cqForm.SetDesktopLocation(this.Location.X + this.Size.Width, this.Location.Y);
        }
Exemplo n.º 2
0
 public void ShowCQ()
 {
     cqForm = dataReader.scForm;
     cqForm.Show();
     cqForm.SetDesktopLocation(this.Location.X + this.Size.Width, this.Location.Y);
 }