using System; using System.Windows; using InABox.WPF; namespace PRSDesktop; public partial class PostCodeWindow : Window { public PostCodeWindow() { InitializeComponent(); LocalityTree.Refresh(true,true); //PostCodePanel.Setup(); //PostCodePanel.Refresh(); } // private bool _first = true; // // protected override void OnActivated(EventArgs e) // { // if (_first) // { // _first = false; // this.MoveToCenter(); // } // base.OnActivated(e); // } }