コード例 #1
0
 private void Form1_Load(object sender, EventArgs e)
 {
     try
     {
         IPDTPApplication.Initialize();
     }
     catch (Exception ex)
     {
         Log.Write(ex);
     }
     finally
     {
     }
 }
コード例 #2
0
ファイル: IPDTPService.cs プロジェクト: Arsslensoft/IPDTP
 protected override void OnStart(string[] args)
 {
     try
     {
         IPDTPApplication.Initialize();
     }
     catch (Exception ex)
     {
         Log.Write(ex);
     }
     finally
     {
     }
 }