Example #1
0
        private void StartCoolingButton_Click(object sender, EventArgs e)
        {
            if (handle != null)
            {
                AtikPInvoke.ArtemisSetCooling(handle, -10);

                StopCooling.Enabled        = true;
                StartCoolingButton.Enabled = false;
            }
        }