Moved programs into the Programs folder
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1958 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
14
Programs/SLProxy/SLProxyMain.cs
Normal file
14
Programs/SLProxy/SLProxyMain.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Reflection;
|
||||
using SLProxy;
|
||||
|
||||
class ProxyMain
|
||||
{
|
||||
public static void Main(string[] args)
|
||||
{
|
||||
ProxyFrame p = new ProxyFrame(args);
|
||||
ProxyPlugin analyst = new Analyst(p);
|
||||
analyst.Init();
|
||||
p.proxy.Start();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user