Update Haiku support (#15674)
[mono-project.git] / mono / tests / bug-81673-interface.cs
blob95e1100912d85b9aca9b6d923a364bff482f39fb
1 // IMyInterface.cs created with MonoDevelop
2 // User: lluis at 15:47 18/05/2007
3 //
5 using System;
7 namespace Application
9 public interface IMyInterface
11 void Run ();
12 #if WITH_STOP
13 void Stop ();
14 #endif