nHydrate.Generator.Models.RelationController.GetMenuCommands C# (CSharp) Method

GetMenuCommands() public method

public GetMenuCommands ( ) : MenuCommand[]
return MenuCommand[]
		public override MenuCommand[] GetMenuCommands()
		{
			//MenuCommand mc = new DefaultMenuCommand();
			//mc.Text = "Text";
			//mc.Click += new EventHandler(MenuClick);
			//return new MenuCommand[]{mc};
			return new MenuCommand[] { };
		}