third commit

This commit is contained in:
Wesley Hofman
2025-09-18 14:36:50 +02:00
parent 633885bab9
commit 1232ca80c6
156 changed files with 724100 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace FeanorConfig
{
public partial class CalibrationHelpPage : Form
{
public CalibrationHelpPage()
{
InitializeComponent();
}
private void contextMenuStrip1_Opening(object sender, CancelEventArgs e)
{
}
private void richTextBox1_TextChanged(object sender, EventArgs e)
{
}
}
}