ChatterBox.Client.Presentation.Shared.Views.ContactsView.ContactsView C# (CSharp) Method

ContactsView() public method

public ContactsView ( ) : ChatterBox.Client.Presentation.Shared.ViewModels
return ChatterBox.Client.Presentation.Shared.ViewModels
        public ContactsView()
        {
            InitializeComponent();
            DataContextChanged += ContactsView_DataContextChanged;
            InputPane inputPane = InputPane.GetForCurrentView();
            inputPane.Showing += InputPane_Showing;
            inputPane.Hiding += InputPane_Hiding;
        }