public void init() { TsConfig.prepareInstance(); TsLog.prepareInstance(LOG_FILE_NM, null); m_device_unique_id = NetworkInterface.GetAllNetworkInterfaces()[0].GetPhysicalAddress().ToString(); m_device_unique_name = Environment.MachineName; }
private int m_tick_main_window_info = 0; // 시작시 바로 로딩시키기 위해 public FormComportParsingTest() { InitializeComponent(); // prepare TsLog.prepareInstance("zlog"); // 프린터는 데이터 받인 후에만 활성화 시킴 setFormControlEnable(false); }