Пример #1
0
 public Boolean OpenW()
 {
     llda = new LowLevelDiskAccess();
     try
     {
         llda.OpenW(_FileName);
     }
     catch (Exception e)
     {
         //MessageBox.Show(e.Message, "Error Opening File", MessageBoxButtons.OK);
         if (_fs != null)
         {
             _fs.Close();
         }
         return(false);
     }
     _lPosition = 0;
     //_lLength = _fs.Length;
     _bOpen = true;
     return(true);
 }
Пример #2
0
 public Form1()
 {
     InitializeComponent();
     llda = new LowLevelDiskAccess();
 }
Пример #3
0
 static BFS()
 {
     llda = new LowLevelDiskAccess();
 }