this.FormBorderStyle = FormBorderStyle.None;
this.Left = (Screen.PrimaryScreen.Bounds.Width/2 - this.Width/2);
this.Top = (Screen.PrimaryScreen.Bounds.Height/2 - this.Height/2);
- <span class="code-keyword" style="border: 0px; color: blue; margin: 0px; padding: 0px;">this</span>.FormBorderStyle = FormBorderStyle.None;
- <span class="code-keyword" style="border: 0px; color: blue; margin: 0px; padding: 0px;">this</span>.Left = (Screen.PrimaryScreen.Bounds.Width/2 - <span class="code-keyword" style="border: 0px; color: blue; margin: 0px; padding: 0px;">this</span>.Width/2);
- <span class="code-keyword" style="border: 0px; margin: 0px; padding: 0px;"> </span><span class="code-keyword" style="border: 0px; color: blue; margin: 0px; padding: 0px;">this</span>.Top = (Screen.PrimaryScreen.Bounds.Height/2 - <span class="code-keyword" style="border: 0px; color: blue; margin: 0px; padding: 0px;">this</span>.Height/2);
<span class="code-keyword" style="border: 0px; color: blue; margin: 0px; padding: 0px;">this</span>.FormBorderStyle = FormBorderStyle.None;
<span class="code-keyword" style="border: 0px; color: blue; margin: 0px; padding: 0px;">this</span>.Left = (Screen.PrimaryScreen.Bounds.Width/2 - <span class="code-keyword" style="border: 0px; color: blue; margin: 0px; padding: 0px;">this</span>.Width/2);
<span class="code-keyword" style="border: 0px; margin: 0px; padding: 0px;"> </span><span class="code-keyword" style="border: 0px; color: blue; margin: 0px; padding: 0px;">this</span>.Top = (Screen.PrimaryScreen.Bounds.Height/2 - <span class="code-keyword" style="border: 0px; color: blue; margin: 0px; padding: 0px;">this</span>.Height/2);