public SelectContactWindow(SkypeChatHandler handler) { InitializeComponent(); this.handler = handler; Loaded += OnLoaded; }