Exemplo n.º 1
0
        protected override void OnNavigatedTo(NavigationEventArgs e)
        {
            connectionStream = e.Parameter as TCPIPconnectorClient; //Reference to the connection

            openingGame.Interval = new TimeSpan(0, 0, 0, 0, 100);
            openingGame.Tick += FirstGameMove;
            openingGame.Start();
        }
Exemplo n.º 2
0
 public StartUpMenu()
 {
     this.InitializeComponent();
     myConnector = new TCPIPconnectorClient();
 }