Interaction logic for PopUpExtendContract.xaml
Inheritance: TheAirline.GraphicsModel.UserControlModel.PopUpWindowsModel.PopUpWindow, INotifyPropertyChanged
コード例 #1
0
        public static object ShowPopUp(AirportContract contract)
        {
            PopUpWindow window = new PopUpExtendContract(contract);
            window.ShowDialog();

            return window.Selected;
        }
コード例 #2
0
        public static object ShowPopUp(AirportContract contract)
        {
            PopUpWindow window = new PopUpExtendContract(contract);

            window.ShowDialog();

            return(window.Selected);
        }