Setup Test UI and Added Prototype DataGrid

This commit is contained in:
2024-07-23 20:20:01 +02:00
parent 2a55193289
commit da94963c4f
9 changed files with 102 additions and 11 deletions

View File

@ -2,7 +2,7 @@
using System.Globalization;
using CSV = CsvHelper.Configuration.Attributes;
namespace net.nehmer.sa.model;
namespace net.nehmer.sa.Model;
public class Planet
{

View File

@ -3,7 +3,7 @@ using System;
using System.Collections.Generic;
using System.Numerics;
namespace net.nehmer.sa.model;
namespace net.nehmer.sa.Model;
public class StarsDatabase(string DbPath) : DbContext
{