mirror of
https://github.com/tonytins/tomas.git
synced 2025-04-30 03:31:39 -04:00
9 lines
No EOL
218 B
C#
9 lines
No EOL
218 B
C#
// I license this project under the GPL 3.0 license.
|
|
// See the LICENSE file in the project root for more information.
|
|
namespace Tomas.Interface.Shell
|
|
{
|
|
public interface IProgram
|
|
{
|
|
bool Start();
|
|
}
|
|
} |