Ejemplo n.º 1
0
        public Form1()
        {
            InitializeComponent();

            LZW testLZW = new LZW();

            testLZW.tester();
        }
Ejemplo n.º 2
0
        public Form1()
        {
            InitializeComponent();

            LZW testLZW = new LZW();
            testLZW.tester();

        }