Started Main form customisation

This commit is contained in:
2023-05-25 09:13:12 +02:00
parent 5421b5071b
commit 398466c671
6 changed files with 155 additions and 61 deletions
+5
View File
@@ -454,5 +454,10 @@ namespace Test_Merge
e.Graphics.DrawString(gpbx.Text, gpbx.Font, brush, textPosition);
}
}
private void Settings_Load(object sender, EventArgs e)
{
}
}
}