Exemple #1
0
        public wm35(WM_Section35 wm)
        {
            this.wm = wm;
            InitializeComponent();
            originalMap = new Bitmap(pictureBox3.Image);
            timer = new Timer {Interval = 250};

            UpdateWM();
        }
Exemple #2
0
        public wm35(WM_Section35 wm)
        {
            this.wm = wm;
            InitializeComponent();
            originalMap = new Bitmap(pictureBox3.Image);
            timer       = new Timer {
                Interval = 250
            };

            UpdateWM();
        }