Skip to content

Commit

Permalink
Added chat ring
Browse files Browse the repository at this point in the history
  • Loading branch information
Elem8100 authored Jun 11, 2024
1 parent 9d7b556 commit 6cc2594
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MapleNecrocer/ChatRingForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions MapleNecrocer/ChatRingForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,9 @@ private void ChatRingForm_FormClosing(object sender, FormClosingEventArgs e)
{
MainForm.Instance.ToolTipView.Visible = false;
}

private void textBox1_TextChanged(object sender, EventArgs e)
{
ChatRingListGrid.Search(textBox1.Text);
}
}

0 comments on commit 6cc2594

Please sign in to comment.