Пример #1
0
        public static void Disable()
        {
            try
            {
                m_api.Log.Log("XPNet CLR: Disable");

                m_plugin.Disable();
            }
            catch (Exception exc)
            {
                m_log?.Log(exc);
            }
        }
Пример #2
0
        public static void Disable()
        {
            // MAINT: Ditto the note at the top of Enable().

            try
            {
                m_log?.Log("XPNet CLR: Disable");

                m_plugin.Disable();
            }
            catch (Exception exc)
            {
                m_log?.Log(exc);
            }
        }