CNAS取数仪器端升级
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

4 ay önce
123456789101112131415161718
  1. using System;
  2. using System.Collections;
  3. using System.Collections.Generic;
  4. using System.ComponentModel;
  5. using System.Configuration.Install;
  6. using System.Linq;
  7. namespace CNAS_SyncService
  8. {
  9. [RunInstaller(true)]
  10. public partial class ProjectInstaller : System.Configuration.Install.Installer
  11. {
  12. public ProjectInstaller()
  13. {
  14. InitializeComponent();
  15. }
  16. }
  17. }