Last-Modified: Sat, 01 Aug 2026 07:58:14 GMT Expires: Tue, 29 Jul 2036 07:58:14 GMT Images « Tango.MachineStudio.Sites « Modules « MachineStudio « Visual_Studio « Software - Tango - Twine softwares
aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Sites/Images
ModeNameSize
-rw-r--r--machine_site.png207547logstat
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Tango.PPC.Common.SystemInfo
{
    /// <summary>
    /// Represents a PPC system information service.
    /// </summary>
    /// <seealso cref="Tango.PPC.Common.IPPCService" />
    public interface ISystemInfoService : IPPCService
    {
        
    }
}