Minor clean

Handle some nullable warnings, style c#12
This commit is contained in:
Kurt
2023-12-21 12:31:00 -08:00
parent 26e7a0d937
commit c181db68ff
134 changed files with 718 additions and 839 deletions

View File

@@ -11,7 +11,7 @@ namespace pkNX.WinForms;
public enum NumericTextBoxMode
{
Integer,
Double
Double,
}
public class NumericTextBox : TextBox