namespace UsbLibrary
{
public delegate void DataRecievedEventHandler(object sender, DataRecievedEventArgs e);
}