mirror of
https://github.com/mgroves/MonodroidStockPortfolio.git
synced 2025-01-01 11:13:19 +00:00
10 lines
No EOL
270 B
C#
10 lines
No EOL
270 B
C#
namespace MonoStockPortfolio.Activites.PortfolioScreen
|
|
{
|
|
public class MenuOption
|
|
{
|
|
public int Id { get; set; }
|
|
public int Order { get; set; }
|
|
public string Title { get; set; }
|
|
public int IconResource { get; set; }
|
|
}
|
|
} |