AEMManager.AemInstance.AemInstance C# (CSharp) Method

AemInstance() public method

public AemInstance ( ) : System
return System
        public AemInstance()
        {
            mId = Guid.NewGuid().ToString();
              mConsoleOutputWindow = new ConsoleWindow(this);
              InitializeNotifyIcon();
        }

Same methods

AemInstance::AemInstance ( RegistryKey pKey ) : System