ui drafted
This commit is contained in:
14
Datasheet.cs
14
Datasheet.cs
@@ -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)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user