AlarmWorkflow.Windows.UIWidgets.GoogleMaps.GoogleMapsWidget.GoogleMapsWidget C# (CSharp) Method

GoogleMapsWidget() public method

public GoogleMapsWidget ( ) : System
return System
        public GoogleMapsWidget()
        {
            InitializeComponent();
            _googleFile = Path.Combine(Path.GetTempPath(), "google.html");
            _configuration = new MapConfiguration();
        }