KBS2.Handlers.ItemHandler.ItemHandler.GetInstance C# (CSharp) Method

GetInstance() public static method

public static GetInstance ( ) : ItemHandler
return ItemHandler
        public static ItemHandler GetInstance()
        {
            if (instance == null)
                instance = new ItemHandler();
            return instance;
        }