mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
GUI: Added placeholders + info on what to be done
This commit is contained in:
18
OpenSim/Tools/OpenSim.GUI/frmConfiguration.cs
Normal file
18
OpenSim/Tools/OpenSim.GUI/frmConfiguration.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Data;
|
||||
using System.Drawing;
|
||||
using System.Text;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace OpenSim.GUI
|
||||
{
|
||||
public partial class frmConfiguration : Form
|
||||
{
|
||||
public frmConfiguration()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user