Minor Changes

This commit is contained in:
BlubbFish 2018-08-11 23:13:47 +00:00
parent 2cb2fcead5
commit 4a5d532498

View File

@ -4,8 +4,7 @@ namespace BlubbFish.Utils.IoT.Bots.Events {
public class ModulEventArgs : EventArgs {
public ModulEventArgs() {
}
public ModulEventArgs(String addr, String prop, String val, String src)
{
public ModulEventArgs(String addr, String prop, String val, String src) {
this.Address = addr;
this.Property = prop;
this.Value = val;