Ejemplo n.º 1
0
 // Constructor
 public MainPage()
 {
     InitializeComponent();
     cs = new SocketClient(ref textBlock1);
 }