// 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(); } }