using System.Windows.Forms; module SMS { Main () : void { Application.Run (EraSMSSender.EraSMSSender ()); } }