Ejemplo n.º 1
0
 public ParseJson(Server.VideoFormActionDelegate videoFormActionDelegate, Server.ImageFormActionDelegate imageFormActionDelegate)
 {
     _videoFormActionDelegate = videoFormActionDelegate;
     _imageFormActionDelegate = imageFormActionDelegate;
     if (!File.Exists(storedHistoryFilePath))
     {
         File.Create(storedHistoryFilePath).Dispose();
     }
 }
 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;
 }