using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace ConsoleApplication1
{
class Program
{
static void main()
{
te.hehe t = new text.hehe();
te.intro();
Console.WriteLine("lang");
}
}
}
namespace te
{
public class hehe
{
public void intro()
{
Console.WriteLine("lang");
}
}
}
无语。这都不会调试啊。
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace ConsoleApplication1
{
class Program
{
public static void main()
{
te.hehe t = new text.hehe();
te.intro();
Console.WriteLine("lang");
}
}
}
namespace te
{
public class hehe
{
public void intro()
{
Console.WriteLine("lang");
}
}
}
class class Program
{
protected static void Main(object sender, EventArgs e)
{
te.hehe h t=new te.hehe();
h.intro();
}
}
装备