Remove DesignerCategory attribute usage

This commit is contained in:
Matt Nadareski
2026-04-15 00:27:48 -04:00
parent ca02ed6b09
commit c646141bdf
66 changed files with 0 additions and 214 deletions

View File

@@ -18,15 +18,12 @@
using System;
using System.CodeDom.Compiler;
using System.ComponentModel;
using System.Diagnostics;
using System.Xml.Serialization;
namespace SabreTools.Data.Models.CICM
{
[GeneratedCode("xsd", "0.0.0.0")]
[Serializable]
[DesignerCategory("code")]
public class RequiredOperatingSystem
{
public string Name { get; set; }