using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;namespace Csharp_LOCK
{
    class worker
    {
        public static int times;
        public static bool condition1;
        public static int aa;
        
    }
}