PNGMask.GUI.Provider.Provider C# (CSharp) Method

Provider() public method

public Provider ( string Name, Type ProviderType ) : System
Name string
ProviderType System.Type
return System
        public Provider(string Name, Type ProviderType)
        {
            this.Name = Name;
            this.ProviderType = ProviderType;
        }
Provider