Example #1
0
 public bool Fill()
 {
     try
     {
         Content = PackInfo.Read();
         return(true);
     }
     catch (Exception ex)
     {
         Prompt.PrintFault(ex);
         return(false);
     }
 }