mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Moved LaunchSLClient build system to Prebuild.
Refactored LaunchSLClient code a bit.
This commit is contained in:
@@ -25,11 +25,11 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
*/
|
||||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Windows.Forms;
|
||||
|
||||
|
||||
namespace LaunchSLClient
|
||||
{
|
||||
static class Program
|
||||
@@ -40,7 +40,6 @@ namespace LaunchSLClient
|
||||
[STAThread]
|
||||
static void Main()
|
||||
{
|
||||
|
||||
try
|
||||
{
|
||||
Application.EnableVisualStyles();
|
||||
|
||||
Reference in New Issue
Block a user