microsoft / XmlNotepad

XML Notepad provides a simple intuitive User Interface for browsing and editing XML documents.
https://microsoft.github.io/XmlNotepad/
MIT License
980 stars 207 forks source link

Update FormAbout.Designer.cs #299

Closed Jvr2022 closed 1 year ago

Jvr2022 commented 1 year ago

Removed unused namespace imports.

Removed unnecessary System.Windows.Forms. prefix from control declarations.

Simplified the layout code by removing unnecessary properties and adjustments.

Improved code formatting and comments for better readability.