inital
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using System.Windows.Input;
|
||||
|
||||
namespace FasdDesktopUi.Pages.DetailsPage.Models
|
||||
{
|
||||
public class DetailsPageWidgetGeometryModel
|
||||
{
|
||||
public int WidgetTitleCount { get; set; }
|
||||
public int WidgetDetailCount { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user