示例#1
0
 static void Main(string[] args)
 {
     // we instance and use our phrase library contained in our local NuGet package source
     Phrase hello = new Phrase();
     hello.say();
 }