Ignore:
Timestamp:
Feb 8, 2021, 4:23:17 PM (3 years ago)
Author:
chronos
Message:
  • Modified: Fixes to existing classes.
  • Added: File type association method.
  • Added: RecentFiles and Table classes.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Common/SuspendDrawing.cs

    r5 r13  
    11using System;
    2 using System.Collections.Generic;
    3 using System.Linq;
    4 using System.Text;
    5 using System.Threading.Tasks;
     2using System.Runtime.InteropServices;
    63using System.Windows.Forms;
    74
     
    107    class SuspendDrawing
    118    {
    12         [System.Runtime.InteropServices.DllImport("user32.dll")]
     9        [DllImport("user32.dll")]
    1310        private static extern int SendMessage(IntPtr hWnd, Int32 wMsg, bool wParam, Int32 lParam);
    1411        private const int WM_SETREDRAW = 11;
Note: See TracChangeset for help on using the changeset viewer.