seal forms

allowdrop call in constructor, doesn't really matter
This commit is contained in:
Kurt
2018-04-12 21:07:13 -07:00
parent 90fd6fcb7b
commit e3fb4ce526
8 changed files with 8 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
namespace pk3DS
{
partial class OWSE
sealed partial class OWSE
{
/// <summary>
/// Required designer variable.

View File

@@ -10,7 +10,7 @@
namespace pk3DS
{
public partial class OWSE : Form
public sealed partial class OWSE : Form
{
public OWSE()
{

View File

@@ -1,6 +1,6 @@
namespace pk3DS
{
partial class TitleScreenEditor6
sealed partial class TitleScreenEditor6
{
/// <summary>
/// Required designer variable.

View File

@@ -9,7 +9,7 @@
namespace pk3DS
{
public partial class TitleScreenEditor6 : Form
public sealed partial class TitleScreenEditor6 : Form
{
private readonly bool compressed = Main.Config.ORAS;
public TitleScreenEditor6()

View File

@@ -1,6 +1,6 @@
namespace pk3DS
{
partial class Icon
sealed partial class Icon
{
/// <summary>
/// Required designer variable.

View File

@@ -7,7 +7,7 @@
namespace pk3DS
{
public partial class Icon : Form
public sealed partial class Icon : Form
{
private SMDH SMDH;
public Icon()

View File

@@ -1,6 +1,6 @@
namespace pk3DS
{
partial class ToolsUI
sealed partial class ToolsUI
{
/// <summary>
/// Required designer variable.

View File

@@ -11,7 +11,7 @@
namespace pk3DS
{
public partial class ToolsUI : Form
public sealed partial class ToolsUI : Form
{
public ToolsUI()
{