private static void RunDebug() { formDebug = new FormDebug(); formDebug.StartPosition = System.Windows.Forms.FormStartPosition.Manual; formDebug.Location = new System.Drawing.Point(((int)SystemParameters.PrimaryScreenWidth * LDUtilities.DPIX / 96 - formDebug.Width - 4), ((int)SystemParameters.PrimaryScreenHeight * LDUtilities.DPIY / 96 - formDebug.Height) / 2); formDebug.TopMost = true; formDebug.ShowDialog(); }