Пример #1
0
 private void btnOK_Click(object sender, EventArgs e)
 {
     outputInformation = new OutputInformationbo() { Name = teName.Text, Type = "零部件设计包" };
     Close();
 }
Пример #2
0
 private void btnOK_Click(object sender, EventArgs e)
 {
     outputInformation = new OutputInformationbo() { Number = "ffca", Name = teName.Text, Version = teVersion.Text, Type = "归档BOM" };
     Close();
 }
Пример #3
0
 private void btnOK_Click(object sender, EventArgs e)
 {
     documentPackage = new DocumentPackage() { Id = 1, Name = teDocumentName.Text, Type = "零星任务文档" };
     outputinformation = new OutputInformationbo() { Name = teDocumentName.Text, Type = "零星任务文档"};
     Close();
 }