Example #1
0
 public raw_file_class()
 {
     this.created = true;
     this.file = string.Empty;
     this.filename = string.Empty;
     this.mode = raw_mode_enum.Windows;
     this.square = true;
     this.linked = true;
 }
Example #2
0
 public raw_file_class()
 {
     this.created  = true;
     this.file     = string.Empty;
     this.filename = string.Empty;
     this.mode     = raw_mode_enum.Windows;
     this.square   = true;
     this.linked   = true;
 }