public void InitializeComponent() { if (_contentLoaded) { return; } _contentLoaded = true; System.Windows.Application.LoadComponent(this, new System.Uri("/iServerJava6R_SampleCode;component/Controls/GeoRSS.xaml", System.UriKind.Relative)); this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot"))); this.MyMap = ((SuperMap.Web.Mapping.Map)(this.FindName("MyMap"))); this.progress = ((iServerJava6R_SampleCode.progress)(this.FindName("progress"))); }
public void InitializeComponent() { if (_contentLoaded) { return; } _contentLoaded = true; System.Windows.Application.LoadComponent(this, new System.Uri("/iServerJava6R_SampleCode;component/iServerJava6R/InterpolationAnalyst.xaml", System.UriKind.Relative)); this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot"))); this.MyMap = ((SuperMap.Web.Mapping.Map)(this.FindName("MyMap"))); this.zMinValue = ((System.Windows.Controls.TextBox)(this.FindName("zMinValue"))); this.zMaxValue = ((System.Windows.Controls.TextBox)(this.FindName("zMaxValue"))); this.cretePointsAnalyst = ((System.Windows.Controls.Button)(this.FindName("cretePointsAnalyst"))); this.Clear = ((System.Windows.Controls.Button)(this.FindName("Clear"))); this.MyProgressBar = ((iServerJava6R_SampleCode.progress)(this.FindName("MyProgressBar"))); }