BogheApp.Services.Impl.Win32ServiceManager.Win32ServiceManager C# (CSharp) Method

Win32ServiceManager() public method

public Win32ServiceManager ( ) : System
return System
        public Win32ServiceManager()
        {
            this.multiInstance = System.IO.File.Exists(Win32ServiceManager.MULI_INSTANCE_FILE);
            if (!initialized)
            {
                SipStack.initialize();
                initialized = true;
            }
        }