Added the ability to recieve messages

This commit is contained in:
ION606
2023-03-12 14:42:15 -04:00
parent 7d2f847f44
commit 032e1de330
10 changed files with 2777 additions and 80 deletions
+5
View File
@@ -86,6 +86,9 @@
//this.dmFlowContent.WrapContents = true;
this.Controls.Add(this.dmFlowContent);
this.statusbox = new ComboBox();
this.statusbox.Location = new System.Drawing.Point(1, this.dmFlowContent.Bottom + 1);
}
#endregion
@@ -94,5 +97,7 @@
//FFS find a way to fix this ASAP
public TableLayoutPanel dmFlowContent;
private ComboBox statusbox;
}
}