Cleanup
This commit is contained in:
parent
632b432b7c
commit
43a4d0d1d7
9 changed files with 50 additions and 58 deletions
|
|
@ -1,7 +1,5 @@
|
|||
using System;
|
||||
using System.ComponentModel;
|
||||
using System.Drawing;
|
||||
using System.Linq;
|
||||
using System.Runtime.InteropServices;
|
||||
using System.Windows.Forms;
|
||||
|
||||
|
|
@ -11,7 +9,7 @@ namespace LibationWinForms.GridView
|
|||
{
|
||||
private int borderThickness = 5;
|
||||
|
||||
public int BorderThickness
|
||||
public int BorderThickness
|
||||
{
|
||||
get => borderThickness;
|
||||
set
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue