static void Main(string[] args)
 {
     IndependentExample idpt = new IndependentExample();
     idpt.DoIdpt();
 }
        static void Main(string[] args)
        {
            IndependentExample idpt = new IndependentExample();

            idpt.DoIdpt();
        }