Files
newfolder/CMS2_SEGREGATIE/1. Feanor/FeanorConfig/CalibrationHelpPage.cs
Wesley Hofman 1232ca80c6 third commit
2025-09-18 14:36:50 +02:00

32 lines
613 B
C#

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)
{
}
}
}