Changed font and header names on ResultsForm

This commit is contained in:
AJ
2020-05-30 00:10:11 -04:00
parent 86c10451fb
commit 7a76426c76
2 changed files with 41 additions and 40 deletions

View File

@@ -20,7 +20,7 @@ namespace CutToLength
protected override void OnPaint(PaintEventArgs e)
{
base.OnPaint(e);
//base.OnPaint(e);
if (Bin == null)
return;