Windows Phone库中的Main方法

时间:2014-10-14 11:16:56

标签: c# windows windows-phone-7 windows-phone-8

我正在为一个csharp文件编写一个用于windows phone 7的库,我写了一个像

这样的测试方法
internal class Program
    {
        private static void Main(string[] args)
        {
            Console.WriteLine("test");

        }
    }

但我无法运行此方法并且“开始调试(F5)”是灰色的,我也不能使用此工具。 我不能直接写Main方法并像在.net框架中那样运行它吗?

0 个答案:

没有答案