Exemple #1
0
        //Interops

        public void Init()
        {
            if (_isWin)
            {
                WinInterop.tdInit();
            }
            else
            {
                LinuxInterop.tdInit();
            }
            _isInitialized = true;
        }