mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-04-30 06:44:27 +02:00
8 lines
131 B
C#
8 lines
131 B
C#
namespace Starpelly.OperatingSystem
|
|
{
|
|
public interface IOperatingSystem
|
|
{
|
|
public void ChangeWindowTitle(string newTitle);
|
|
}
|
|
}
|