Exemple #1
0
        public Prompt(SevenInitialState initialState, ScreenState screenState)
            : base(screenState.Width / 2 - width / 2,
                screenState.Height / 2 - height / 2,
                width, 
                height)
        {
            Visible = false;

            InitialState = initialState;
        }
Exemple #2
0
        public Prompt(SevenInitialState initialState, ScreenState screenState)
            : base(
                screenState.Width / 2 - width / 2,
                screenState.Height / 2 - height / 2,
                width,
                height)
        {
            Visible = false;

            InitialState = initialState;
        }