Minor Changes
This commit is contained in:
parent
2cb2fcead5
commit
4a5d532498
@ -4,13 +4,12 @@ namespace BlubbFish.Utils.IoT.Bots.Events {
|
||||
public class ModulEventArgs : EventArgs {
|
||||
public ModulEventArgs() {
|
||||
}
|
||||
public ModulEventArgs(String addr, String prop, String val, String src)
|
||||
{
|
||||
this.Address = addr;
|
||||
this.Property = prop;
|
||||
this.Value = val;
|
||||
this.Source = src;
|
||||
}
|
||||
public ModulEventArgs(String addr, String prop, String val, String src) {
|
||||
this.Address = addr;
|
||||
this.Property = prop;
|
||||
this.Value = val;
|
||||
this.Source = src;
|
||||
}
|
||||
public String Address { get; protected set; }
|
||||
public String Property { get; protected set; }
|
||||
public String Value { get; protected set; }
|
||||
|
Loading…
Reference in New Issue
Block a user