Skip to content

Commit

Permalink
优化ML界面代码
Browse files Browse the repository at this point in the history
  • Loading branch information
lumiaoshan committed Dec 6, 2023
1 parent 84be0ff commit 10d5cba
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions AirdPro/Forms/MLForm.Designer.cs

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

8 changes: 6 additions & 2 deletions AirdPro/Forms/MLForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -281,8 +281,7 @@ private void search()
}
}
}



setDataSource(searchProjectsTable);
}
}
Expand Down Expand Up @@ -346,5 +345,10 @@ private void MLForm_FormClosed(object sender, FormClosedEventArgs e)
ftpClient.Disconnect();
}
}

private void btnTasks_Click(object sender, EventArgs e)
{
throw new System.NotImplementedException();
}
}
}

0 comments on commit 10d5cba

Please sign in to comment.