示例#1
0
 public static void Main(string[] args)
 {
     _facade.Handle(new Uri(Const.HAIKWAN_URI));
     Console.ReadKey();
 }