Logo
Explore Help
Register Sign In
Miko/libremetaverse
1
0
Fork 0
You've already forked libremetaverse
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
2a12a2c8a38eb166fcfda11f95b17f3d0a0a055f
libremetaverse/SLProxy/SLProxyMain.cs

12 lines
210 B
C#
Raw Normal View History

r789 redux - no more commits before coffee kthx git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@792 52acb1d6-8a22-11de-b505-999d5b087335
2007-01-03 19:53:48 +00:00
using System;
using System.Reflection;
using SLProxy;
* Fixed binary output paths for SLProxy in VS2005 project file * Pointed README.txt for SLProxy at the wiki to avoid syncing two copies of the docs * Minor formatting cleanups git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1042 52acb1d6-8a22-11de-b505-999d5b087335
2007-03-09 05:11:32 +00:00
class ProxyMain
{
r789 redux - no more commits before coffee kthx git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@792 52acb1d6-8a22-11de-b505-999d5b087335
2007-01-03 19:53:48 +00:00
public static void Main(string[] args)
{
* Fixed binary output paths for SLProxy in VS2005 project file * Pointed README.txt for SLProxy at the wiki to avoid syncing two copies of the docs * Minor formatting cleanups git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1042 52acb1d6-8a22-11de-b505-999d5b087335
2007-03-09 05:11:32 +00:00
ProxyFrame p = new ProxyFrame(args);
r789 redux - no more commits before coffee kthx git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@792 52acb1d6-8a22-11de-b505-999d5b087335
2007-01-03 19:53:48 +00:00
p.proxy.Start();
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 67ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API