Ejemplo n.º 1
0
 private void button2_Click(object sender, EventArgs e)
 {
     BindShareLocation(LocationModel.AddLocation(new LocationModel()
     {
         Alias        = this.textBox1.Text,
         Latitude     = label4.Text,
         Longitude    = label3.Text,
         LocationName = label5.Text
     }));
     LocationByPhone.LocationByPhoneForm.BindShareLocation();
 }