mirror of
https://github.com/ION606/Discord-Client.git
synced 2026-05-14 21:06:55 +00:00
Added the ability to recieve messages
This commit is contained in:
Generated
+5
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user