Beispiel #1
0
        public EnterFractional(LatitudeLongitudeType type)
        {
            InitializeComponent();

            m_type = type;

            radioButton1.Click += new EventHandler(radioButton1_Click);
            radioButton2.Click += new EventHandler(radioButton2_Click);

            textBoxDegrees.Leave += new EventHandler(textBoxDegrees_MouseLeave);
            textBoxMinutes.Leave += new EventHandler(textBoxMinutes_MouseLeave);

            Refresh();
        }
Beispiel #2
0
        public EnterFractional(LatitudeLongitudeType type)
        {
            InitializeComponent();

            m_type = type;

            radioButton1.Click += new EventHandler(radioButton1_Click);
            radioButton2.Click += new EventHandler(radioButton2_Click);


            textBoxDegrees.Leave += new EventHandler(textBoxDegrees_MouseLeave);
            textBoxMinutes.Leave += new EventHandler(textBoxMinutes_MouseLeave);

            Refresh();
        }