ui drafted

This commit is contained in:
nikzori
2025-01-17 10:40:18 +03:00
parent 4ae9e52544
commit d70e5b155e
7 changed files with 295 additions and 87 deletions

View File

@@ -11,6 +11,10 @@ using System.Xml;
namespace Gidrolock_Modbus_Scanner
{
/*
* This is more of a View than a View-Controller
* Relegate everything to interface functions for models
*/
public partial class Datasheet : Form
{
byte modbusID;
@@ -45,5 +49,15 @@ namespace Gidrolock_Modbus_Scanner
});
}
private void buttonValve_Click(object sender, EventArgs e)
{
}
private void buttonAlarm_Click(object sender, EventArgs e)
{
}
}
}