T
tom
hi i have a problem about LinkedListLibrary
it has error :
Error 1 The type or namespace name 'LinkedListLibrary' could not be
found (are you missing a using directive or an assembly reference?)
using System;
using LinkedListLibrary;
namespace ConsoleApplication11
{
class Program
{
static void Main(string[] args)
{
}
}
}
it has error :
Error 1 The type or namespace name 'LinkedListLibrary' could not be
found (are you missing a using directive or an assembly reference?)
using System;
using LinkedListLibrary;
namespace ConsoleApplication11
{
class Program
{
static void Main(string[] args)
{
}
}
}