10-01
This commit is contained in:
@@ -38,8 +38,8 @@ namespace FBS0000
|
||||
var f = new FCM0000.fLovProject("");
|
||||
if(f.ShowDialog() == System.Windows.Forms.DialogResult.OK)
|
||||
{
|
||||
this.tbPrj.Text = f.Project.ToString();
|
||||
this.tbPrjName.Text = f.ProjectName;
|
||||
this.tbPrj.Text = f.Index.ToString();
|
||||
this.tbPrjName.Text = f.Title;
|
||||
placeTextBox.Focus();
|
||||
}
|
||||
}
|
||||
@@ -58,8 +58,8 @@ namespace FBS0000
|
||||
var f = new FCM0000.fLovProject("%" + search + "%");
|
||||
if (f.ShowDialog() == System.Windows.Forms.DialogResult.OK)
|
||||
{
|
||||
this.tbPrj.Text = f.Project.ToString();
|
||||
this.tbPrjName.Text = f.ProjectName;
|
||||
this.tbPrj.Text = f.Index.ToString();
|
||||
this.tbPrjName.Text = f.Title;
|
||||
SendKeys.Send("{TAB}");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user