영문화완료
This commit is contained in:
@@ -15,7 +15,12 @@ namespace Project.Dialog
|
||||
public RegExPrintRule()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
this.KeyPreview = true;
|
||||
this.KeyDown += (s1, e1) =>
|
||||
{
|
||||
if (e1.KeyCode == Keys.Escape) this.Close();
|
||||
};
|
||||
}
|
||||
|
||||
private void RegExRule_Load(object sender, EventArgs e)
|
||||
{
|
||||
@@ -31,7 +36,7 @@ namespace Project.Dialog
|
||||
|
||||
var modelName = PUB.Result.vModel.Title;
|
||||
PUB.Result.BCDPrintPattern = PUB.GetPrintPatterns();
|
||||
PUB.log.Add($"모델프린트패턴로딩:{PUB.Result.BCDPrintPattern.Count}");
|
||||
PUB.log.Add($"Model print pattern loading: {PUB.Result.BCDPrintPattern.Count}");
|
||||
}
|
||||
|
||||
private void RefreshList()
|
||||
|
||||
Reference in New Issue
Block a user