1-) C# - RadyoCsharpOrnek(ders19)
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace RadyoCsharpOrnek
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private void Form1_Load(object sender, EventArgs e)
{
}
private void button1_Click(object sender, EventArgs e)
{
axWindowsMediaPlayer1.URL = "http://37.247.98.8/stream/166/";
}
private void button2_Click(object sender, EventArgs e)
{
axWindowsMediaPlayer1.URL = "http://37.59.205.232:6688/;stream.mp3 ";
}
private void button3_Click(object sender, EventArgs e)
{
axWindowsMediaPlayer1.URL = "http://dinle.arabeskradyo.biz:2011/;";
}
private void button4_Click(object sender, EventArgs e)
{
Application.Exit();
}
}
}
