示例#1
0
 public bool start(string xmlP, string csvP)
 {
     if (_model.connect("127.0.0.1", 5400) == 1)
     {
         // _model.connect("127.0.0.1", 5402);
         VM_XmlPath = xmlP;
         VM_CsvPath = csvP;
         _model.start();
         return(true);
     }
     return(false);
 }
示例#2
0
 /*
  * Starting using the model.
  */
 public void VM_Start()
 {
     model.start();
 }