using System; using Microsoft.SPOT; namespace instrumentModel { public class Program { public static void Main() { Debug.Print( Resources.GetString(Resources.StringResources.String1)); //starts and initializes and runs... SeaBird41 sbe41 = new SeaBird41(); } } }