コード例 #1
0
 //shows the pop up for an airliner
 public static void ShowPopUp(AirlinerType type)
 {
     PopUpAirlinerImage window = new PopUpAirlinerImage(type);
     window.ShowDialog();
 }
コード例 #2
0
        //shows the pop up for an airliner
        public static void ShowPopUp(AirlinerType type)
        {
            PopUpAirlinerImage window = new PopUpAirlinerImage(type);

            window.ShowDialog();
        }