Setup Test UI and Added Prototype DataGrid
This commit is contained in:
		@@ -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
 | 
			
		||||
{
 | 
			
		||||
 
 | 
			
		||||
@@ -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
 | 
			
		||||
{
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user