namespace UsbLibrary
{
public delegate void DataSendEventHandler(object sender, DataSendEventArgs e);
}