Example #1
0
        public void ThreadProc()
        {
            xPos = this.Location.X;
            yPos = this.Location.Y;
            FormLong f = new FormLong(xPos, yPos);

            //f.SetDesktopLocation(this.Location.X, this.Location.Y);
            Application.Run(f);
        }
Example #2
0
 public void ThreadProc()
 {
     xPos = this.Location.X;
     yPos = this.Location.Y;
     FormLong f = new FormLong(xPos, yPos);
     //f.SetDesktopLocation(this.Location.X, this.Location.Y);
     Application.Run(f);
 }