Example #1
0
 public uint Open(string Filepath)
 {
     var newlog = new LogOut_File(Filepath);
     return this.add(newlog);
 }
Example #2
0
        public uint Open(string Filepath)
        {
            var newlog = new LogOut_File(Filepath);

            return(this.add(newlog));
        }