mirror of
https://github.com/kwsch/pkNX.git
synced 2026-08-20 17:34:11 -05:00
Minor clean
Handle some nullable warnings, style c#12
This commit is contained in:
@@ -11,7 +11,7 @@ namespace pkNX.WinForms;
|
||||
public enum NumericTextBoxMode
|
||||
{
|
||||
Integer,
|
||||
Double
|
||||
Double,
|
||||
}
|
||||
|
||||
public class NumericTextBox : TextBox
|
||||
|
||||
Reference in New Issue
Block a user