Esempio n. 1
0
 public static void Run()
 {
     StreamingAudio t = new StreamingAudio();
     t.Go();
 }
Esempio n. 2
0
        public static void Run()
        {
            StreamingAudio t = new StreamingAudio();

            t.Go();
        }