2007-01-03 19:53:48 +00:00
|
|
|
using System;
|
|
|
|
|
using System.Reflection;
|
|
|
|
|
using SLProxy;
|
|
|
|
|
|
2007-03-09 05:11:32 +00:00
|
|
|
class ProxyMain
|
|
|
|
|
{
|
2007-01-03 19:53:48 +00:00
|
|
|
public static void Main(string[] args)
|
|
|
|
|
{
|
2007-03-09 05:11:32 +00:00
|
|
|
ProxyFrame p = new ProxyFrame(args);
|
2007-01-03 19:53:48 +00:00
|
|
|
p.proxy.Start();
|
|
|
|
|
}
|
|
|
|
|
}
|