BlipFace.Helpers.AutoStart.AutoStart C# (CSharp) Method

AutoStart() public method

public AutoStart ( string ApplicationName ) : System
ApplicationName string
return System
        public AutoStart(string ApplicationName)
            : this(null, ApplicationName)
        {
        }

Same methods

AutoStart::AutoStart ( ) : System
AutoStart::AutoStart ( string KeyName, string ApplicationName ) : System