Esempio n. 1
0
 public UserControl1(TcpConnectJson.ScreenMonitor Screenmonitor, string Ip, int Port)
 {
     InitializeComponent();
     screenmonitor = Screenmonitor;
     ip            = Ip;
     port          = Port;
 }
Esempio n. 2
0
 public ViewRtsp(string rtspAddress, TcpConnectJson.ScreenMonitor Screenmonitor, string IP, int Port)
 {
     InitializeComponent();
     this.playAddress   = rtspAddress;
     this.screenmonitor = Screenmonitor;
     this.ip            = IP;
     this.port          = Port;
     player             = new VlcPlayer(this.axVLCPlugin21);
 }