CwIRC.Interface.Assign C# (CSharp) Method

Assign() public static method

public static Assign ( Interface face ) : void
face Interface
return void
        public static void Assign(Interface face)
        {
            lock (padlock)
            {
                instance = face;
            }
        }