Cosmos/source/DokuTest/PcSpeaker.cs
2008-09-27 13:25:31 +00:00

15 lines
265 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace DokuTest
{
class PcSpeaker
{
internal static void test()
{
throw new NotImplementedException();
}
}
}