Weighing: Add SchemberEventScale
This commit is contained in:
@ -4,5 +4,8 @@
|
||||
/// </summary>
|
||||
public interface IEventScale : IScale {
|
||||
|
||||
public event EventHandler<WeighingEventArgs> WeighingEvent;
|
||||
|
||||
delegate void EventHandler<WeighingEventArgs>(object sender, WeighingEventArgs args);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user