This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Configuration for Vodafone Portugal IPTV service. | |
# Tested with VBOX Pro 4k. | |
# Also tested with a older Cisco Mediaroom, needs some more stuff, check the end of the file. | |
# Feel free to leave comments with suggestions and/or improvements! | |
# Credit to the original users that provided the pfsense config found at https://forum.zwame.pt/threads/iptv-net-vodafone-com-pfsense.1049250 | |
# 2023-08-01 20:57:50 by RouterOS 7.10.1 | |
# model = RB5009UPr+S+ | |
# example interfaces using a sfp module |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
''' <summary> | |
''' Writes the text with the specified color to the RichTextBox | |
''' </summary> | |
''' <param name="tmp">The RichTextBox to use</param> | |
''' <param name="texto">The text to write to the RichTextBox</param> | |
''' <param name="R">Red</param> | |
''' <param name="G">Green</param> | |
''' <param name="B">Blue</param> | |
''' <param name="A">Alpha</param> | |
''' <remarks></remarks> |