/// <summary>
 /// Set the show/hide location button
 /// </summary>
 /// <param name="testenum">
 /// Location
 /// </param>
 private void SetPinLocation(ShowHideButtonLocationValue testenum)
 {
     internalShowHideButtonLocation = testenum;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Set the show/hide location button
 /// </summary>
 /// <param name="testenum">
 /// Location
 /// </param>
 private void SetPinLocation(ShowHideButtonLocationValue testenum)
 {
     internalShowHideButtonLocation = testenum;
 }