SoundPlayer ses = new SoundPlayer();
string dizin = Application.StartupPath + "\\hosgeldiniz.wav";
ses.SoundLocation = dizin;
ses.Play();
kardeşim sen bunu böle yaz dene hele bi
SoundPlayer ses = new SoundPlayer();
string dizin = Application.StartupPath + "\\hosgeldiniz.wav";
ses.SoundLocation = dizin;
ses.Play();
kardeşim sen bunu böle yaz dene hele bi