mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-09-09 20:41:42 -04:00
Rework Journal File Reading
Remove Explorer Remove Plugin Architecture
This commit is contained in:
7
Botanist/BioSampleDetail.cs
Normal file
7
Botanist/BioSampleDetail.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace Botanist;
|
||||
|
||||
class BioSampleDetail
|
||||
{
|
||||
public string Genus { get; set; }
|
||||
public bool Analysed { get; set; }
|
||||
}
|
Reference in New Issue
Block a user