예제 #1
0
 public SaveScriptCommand(IAtCommands atCommands)
 {
     Form = atCommands;
 }
 public ClearLogCommand(IAtCommands atCommands)
 {
     Form = atCommands;
 }
예제 #3
0
 public RunScriptCommand(IAtCommands atCommand)
 {
     Form = atCommand;
 }
예제 #4
0
 public OpenScriptCommand(IAtCommands form)
 {
     Form = form;
 }
예제 #5
0
 public SaveLogCommand(IAtCommands atCommands)
 {
     Form = atCommands;
 }