Exemplo n.º 1
0
 private void btnOK_Click(object sender, EventArgs e)
 {
     outputInformation = new OutputInformationbo()
     {
         Number = "ffca", Name = teName.Text, Version = teVersion.Text, Type = "产品结构配置"
     };
     Close();
 }
Exemplo n.º 2
0
 private void btnOK_Click(object sender, EventArgs e)
 {
     outputInformation = new OutputInformationbo()
     {
         Name = teName.Text, Type = "零部件设计包"
     };
     Close();
 }
Exemplo n.º 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();
 }