mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
4 lines
104 B
C#
4 lines
104 B
C#
|
|
namespace DiscImageChef.Database.Models
|
||
|
|
{
|
||
|
|
public class RemoteApplication : BaseOperatingSystem { }
|
||
|
|
}
|