Put in description iocn
This commit is contained in:
parent
d0d5b992d7
commit
ca68f03128
9 changed files with 19 additions and 12 deletions
|
|
@ -35,10 +35,13 @@ namespace MatterHackers.MatterControl.DesignTools
|
|||
public class WebPageLinkAttribute : Attribute
|
||||
{
|
||||
public string Url { get; private set; }
|
||||
public string Name { get; private set; }
|
||||
public WebPageLinkAttribute(string name, string url)
|
||||
public string ButtonName { get; private set; }
|
||||
public string RowName { get; private set; }
|
||||
|
||||
public WebPageLinkAttribute(string rowName, string buttonName, string url)
|
||||
{
|
||||
Name = name;
|
||||
RowName = rowName;
|
||||
ButtonName = buttonName;
|
||||
Url = url;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue