Major Changes:
- Widget Development Resumed. - Corrected instances where the Project Information was not being saved. - Corrected instances where deleting a Realm was not happening correctly. Minor Changes: - Realm Widget UI Tweaks - Realm Widget Improvements - Code Optimizations
This commit is contained in:
parent
d5ebbe186f
commit
6c8678a624
5 changed files with 107 additions and 17 deletions
|
@ -2,11 +2,13 @@
|
|||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace MudDesigner.UIWidgets
|
||||
{
|
||||
public interface IWidget
|
||||
{
|
||||
void InstallControl(string path);
|
||||
Control Initialize();
|
||||
void Refresh();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue