Ejemplo n.º 1
0
 private void showNotifyErr(object sender, PutNotifyErrorEvent e)
 {
     System.Diagnostics.Debug.WriteLine("-showNotifyErr");
     System.Diagnostics.Debug.WriteLine("-blkIdx:" + e.BlkIdx);
     System.Diagnostics.Debug.WriteLine("-blkSize:" + e.BlkSize);
     System.Diagnostics.Debug.WriteLine("-error:" + e.Error);
 }
Ejemplo n.º 2
0
        private static void extra_NotifyErr(object sender, PutNotifyErrorEvent e)
        {
            System.DateTime currentTime = new System.DateTime();

            string strlogfilename = string.Format("{0}{1}{2}_{3}{4}{5}", currentTime.Year, currentTime.Month, currentTime.Day, currentTime.Hour, currentTime.Minute, currentTime.Second);

            new IniFiles(Application.StartupPath + @"\" + strlogfilename + "ERROR.ini").WriteString("system", "startlog", e.BlkIdx.ToString() + e.BlkSize.ToString());
        }
Ejemplo n.º 3
0
 void extra_NotifyErr(object sender, PutNotifyErrorEvent e)
 {
 }
Ejemplo n.º 4
0
 private static void extra_NotifyErr(object sender, PutNotifyErrorEvent e)
 {
     e.BlkIdx.ToString();
     e.BlkSize.ToString();
 }