Beispiel #1
0
        static void Main(string[] args)
        {

            CommonFunc func = new CommonFunc();

            func.DeleteAutoUpdate();

        }
Beispiel #2
0
        static void Main(string[] args)
        {
            CommonFunc func = new CommonFunc();
            func.DeleteMain();

        }