public BrowserScreenView()
        {
            UserCommand = new UserCommandProcessor();
            InitializeComponent();
            imgBox.Zoom = 100;

            UserCommand.OnMouseClick += UserCommand_OnMouseClick;
        }
Exemplo n.º 2
0
        public BrowserScreenView()
        {
            UserCommand = new UserCommandProcessor();
            InitializeComponent();
            imgBox.Zoom = 100;


            UserCommand.OnMouseClick += UserCommand_OnMouseClick;
        }