コード例 #1
0
        // Static access to SettingsHandler.SendChangesToDLL().
        public static void SendToDLL()
        {
            // Make sure there is an instance available.
            GetInstance();

            // Send the changes to the DLL.
            Instance.SendChangesToDLL();
        }