Пример #1
0
 private bool LaunchController()
 {
     try {
         contr = new ChangePathController(this);
     } catch (Exception e) {
         Log.Exception(e);
         return(false);
     }
     return(true);
 }
 private bool LaunchController()
 {
     try {
         contr = new ChangePathController ( this );
     } catch (Exception e) {
         Log.Exception(e);
         return false;
     }
     return true;
 }