mirror of
https://github.com/jwetzell/qController.git
synced 2026-08-18 13:44:21 +00:00
* AppDelegate.cs: Change Log Level
* QInstanceCell.cs: Update navigation * TCPClient.cs: Minor network stuff
This commit is contained in:
@@ -110,7 +110,7 @@ namespace qController.Cell
|
||||
|
||||
void Connect(object sender, EventArgs e)
|
||||
{
|
||||
App.NavigationPage.Navigation.PushAsync(new ControlPage(nameLabel.Text,addressLabel.Text));
|
||||
App.rootPage.Detail.Navigation.PushAsync(new ControlPage(nameLabel.Text, addressLabel.Text));
|
||||
Log.Debug("QINSTANCECELL - Connect To " + nameLabel.Text + " Pressed");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user