public BluetoothServer(ScreenWriterDelegate screenWriterCallBT, Server.VideoFormActionDelegate videoFormActionDelegate, Server.ImageFormActionDelegate imageFormActionDelegate)
 {
     _screenWriterCallBT = screenWriterCallBT;
     _videoFormActionDelegate = videoFormActionDelegate;
     _imageFormActionDelegate = imageFormActionDelegate;
 }
 public AsynchronousSocketListener(ScreenWriterDelegate screenWriterCall, Server.VideoFormActionDelegate videoFormActionDelegate, Server.ImageFormActionDelegate imageFormActionDelegate)
 {
     _screenWriterCall = screenWriterCall;
     _videoFormActionDelegate = videoFormActionDelegate;
     _imageFormActionDelegate = imageFormActionDelegate;
 }