Ejemplo n.º 1
0
 public TimeHelper(DispatcherTimer timer)
 {
     Timer = timer;
     Timer.Tick += UpdateTimeToDisplay;
     Shared = new Shared.Shared();
     SetUpTimeVariables();
 }
Ejemplo n.º 2
0
        static void Main(string[] args)
        {
            var shared = new Shared.Shared();

            Console.WriteLine(shared.GetMsg() + " appB!");
        }