Windows Phone“错误24类型X'已经定义了一个名为'X'且具有相同参数类型的成员”

时间:2014-04-26 16:32:20

标签: c# windows-phone-8

我收到了错误消息: 错误24键入' X.volSays'已经定义了一个名为' volSays'使用相同的参数类型

代码:

using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Navigation;
using Microsoft.Phone.Controls;
using Microsoft.Phone.Shell;

namespace X
{
    public partial class volSays : PhoneApplicationPage
    {
        public volSays()
        {
            InitializeComponent();
        }
    }
}

如何修复此错误?

0 个答案:

没有答案