w.DataSource = this;
return;
}else if (e.Key == OpenTK.Input.Key.F6) {
- GraphicObject w = CrowInterface.LoadInterface ("Interfaces/Divers/imlEditor.crow");
+ GraphicObject w = CrowInterface.LoadInterface ("Interfaces/Divers/0.crow");
w.DataSource = this;
return;
} else if (e.Key == OpenTK.Input.Key.F2)
namespace Crow
{
+ //TODO:maybe create iterator
public static class Configuration
{
static string configPath, configFileName = "app.config";
}
}
- Menu MenuRoot {
+ [XmlIgnore]Menu MenuRoot {
get {
ILayoutable tmp = Parent;
while (tmp != null) {
namespace Crow
{
+ //TODO:use TemplatedGroup
public class TabView : Group
{
#region Private fields