Interaction logic for PopUpCodeshareAgreement.xaml
Inheritance: TheAirline.GraphicsModel.UserControlModel.PopUpWindowsModel.PopUpWindow
コード例 #1
0
        public static object ShowPopUp(Airline airline)
        {
            PopUpWindow window = new PopUpCodeshareAgreement(airline);
            window.ShowDialog();

            return window.Selected;
        }
コード例 #2
0
        public static object ShowPopUp(Airline airline)
        {
            PopUpWindow window = new PopUpCodeshareAgreement(airline);

            window.ShowDialog();

            return(window.Selected);
        }