1
0
mirror of https://github.com/Ylianst/MeshCentralRouter synced 2026-02-22 04:13:24 +00:00

This is the first revision of my changes

This commit is contained in:
Troy Cook
2020-09-21 01:46:45 -05:00
parent 4deea28edd
commit c3afb5cb43
10 changed files with 231 additions and 75 deletions

View File

@@ -38,9 +38,6 @@
this.Name = "KVMControl";
this.Size = new System.Drawing.Size(585, 364);
this.Paint += new System.Windows.Forms.PaintEventHandler(this.KVMControl_Paint);
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.KVMControl_KeyDown);
this.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.KVMControl_KeyPress);
this.KeyUp += new System.Windows.Forms.KeyEventHandler(this.KVMControl_KeyUp);
this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.KVMControl_MouseDown);
this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.KVMControl_MouseMove);
this.MouseUp += new System.Windows.Forms.MouseEventHandler(this.KVMControl_MouseUp);