Example #1
0
 public void Setup()
 {
     curly = new CurlyClient();
 }
Example #2
0
        static void Main(string[] args)
        {
            var curly = new CurlyClient();

            Console.WriteLine("Hello World!");
        }