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

            UserCommand.OnMouseClick += UserCommand_OnMouseClick;
        }
示例#2
0
        public BrowserScreenView()
        {
            UserCommand = new UserCommandProcessor();
            InitializeComponent();
            imgBox.Zoom = 100;


            UserCommand.OnMouseClick += UserCommand_OnMouseClick;
        }