private void AndroidAppSetup_Load(object sender, EventArgs e)
 {
     InMemoryConfig config = InMemoryConfig.Instance;
     config.LoadRegKey();
     labelPort.Text = config._port.ToString();
     labelIp.Text = GetIp();
 }