GUI: Added placeholders + info on what to be done

This commit is contained in:
Tedd Hansen
2007-09-12 13:27:04 +00:00
parent b12bfb6315
commit a5aedc0896
5 changed files with 225 additions and 0 deletions

View 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();
}
}
}