Exemple #1
0
        private void AddToolTip()
        {
            var tp = ToolTipFactory.GetToolTip();

            tp.SetToolTip(metarLbl, "View METAR");
            tp.SetToolTip(updateBtn, "Refresh METAR");
        }
        private void AddToolTip()
        {
            var tp = ToolTipFactory.GetToolTip();

            tp.SetToolTip(GetMetarBtn, "Download METAR and fill all weather info.");
        }