• 大小: 0.06M
    文件类型: .rar
    金币: 2
    下载: 1 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: udp通信  UDP  通信  C#  

资源简介

C# OMRON FINS UDP通信

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows.Forms;

namespace WindowsFormsApplication2
{
    static class Program
    {
        /// 
        /// 应用程序的主入口点。
        /// 

        [STAThread]
        static void Main()
        {
            Application.EnableVisualstyles();
            Application.SetCompatibleTextRenderingDefault(false);
            Application.Run(new Form1());
        }
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      18432  2018-10-31 16:27  UDPClient\UDPClient\bin\Debug\WindowsFormsApplication2.exe

     文件      32256  2018-10-31 16:27  UDPClient\UDPClient\bin\Debug\WindowsFormsApplication2.pdb

     文件      21464  2018-10-31 16:58  UDPClient\UDPClient\bin\Debug\WindowsFormsApplication2.vshost.exe

     文件        490  2012-06-06 02:06  UDPClient\UDPClient\bin\Debug\WindowsFormsApplication2.vshost.exe.manifest

     文件       1229  2018-10-31 08:33  UDPClient\UDPClient\obj\Debug\DesignTimeResolveAssemblyReferences.cache

     文件       6873  2018-10-30 10:30  UDPClient\UDPClient\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache

     文件       2540  2018-10-31 16:58  UDPClient\UDPClient\obj\Debug\UDPClient.csproj.FileListAbsolute.txt

     文件        851  2018-10-30 17:38  UDPClient\UDPClient\obj\Debug\UDPClient.csproj.GenerateResource.Cache

     文件       1757  2018-10-30 10:48  UDPClient\UDPClient\obj\Debug\UDPClient.csprojResolveAssemblyReference.cache

     文件      18432  2018-10-31 16:27  UDPClient\UDPClient\obj\Debug\WindowsFormsApplication2.exe

     文件        180  2018-10-30 17:38  UDPClient\UDPClient\obj\Debug\WindowsFormsApplication2.Form1.resources

     文件      32256  2018-10-31 16:27  UDPClient\UDPClient\obj\Debug\WindowsFormsApplication2.pdb

    .......       180  2018-10-22 20:36  UDPClient\UDPClient\obj\Debug\WindowsFormsApplication2.Properties.Resources.resources

    .......       505  2018-10-22 20:34  UDPClient\UDPClient\Program.cs

    .......      1372  2018-10-22 20:34  UDPClient\UDPClient\Properties\AssemblyInfo.cs

    .......      2900  2018-10-22 20:34  UDPClient\UDPClient\Properties\Resources.Designer.cs

    .......      5612  2018-10-22 20:34  UDPClient\UDPClient\Properties\Resources.resx

    .......      1111  2018-10-22 20:34  UDPClient\UDPClient\Properties\Settings.Designer.cs

    .......       249  2018-10-22 20:34  UDPClient\UDPClient\Properties\Settings.settings

     文件       7196  2018-10-31 16:27  UDPClient\UDPClient\UDPClient.cs

    .......      3736  2018-10-22 20:36  UDPClient\UDPClient\UDPClient.csproj

     文件      19978  2018-10-30 17:38  UDPClient\UDPClient\UDPClient.Designer.cs

     文件       5817  2018-10-30 17:38  UDPClient\UDPClient\UDPClient.resx

     文件        907  2018-10-30 17:42  UDPClient\UDPClient\UDPClient.sln

    ..A..H.     45056  2018-10-31 16:59  UDPClient\UDPClient\UDPClient.v11.suo

    .......      1011  2018-10-22 20:36  UDPClient\UDPClient.sln

    .......     10752  2018-10-22 20:34  UDPClient\UDPClient.suo

    .......     31744  2018-10-24 11:03  UDPClient\UDPClient.v12.suo

     目录          0  2018-10-22 20:34  UDPClient\UDPClient\obj\Debug\TempPE

     目录          0  2018-10-23 10:05  UDPClient\UDPClient\bin\Debug

............此处省略10个文件信息

评论

共有 条评论