nHydrate.Generator.Models.RelationController.GetMenuCommands C# (CSharp) Méthode

GetMenuCommands() public méthode

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