BlindPrediction.Program.Drawing_OnPreReset C# (CSharp) Method

Drawing_OnPreReset() static private method

static private Drawing_OnPreReset ( EventArgs args ) : void
args System.EventArgs
return void
        static void Drawing_OnPreReset(EventArgs args)
        {
            Text.OnLostDevice();
        }