static void Main(string[] args)
 {
     EFSExample efs = new EFSExample();
     efs.DoEFS();
 }
Beispiel #2
0
        static void Main(string[] args)
        {
            EFSExample efs = new EFSExample();

            efs.DoEFS();
        }