git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@792 52acb1d6-8a22-11de-b505-999d5b087335
11 lines
202 B
C#
11 lines
202 B
C#
using System;
|
|
using System.Reflection;
|
|
using SLProxy;
|
|
|
|
class ProxyMain {
|
|
public static void Main(string[] args)
|
|
{
|
|
ProxyFrame p = new ProxyFrame(args);
|
|
p.proxy.Start();
|
|
}
|
|
} |