Example #1
0
File: App.cs Project: jeffscm/mvcrx
 public void RemoveCSController(AppController newAppController)
 {
     //TODO
 }
Example #2
0
File: App.cs Project: jeffscm/mvcrx
 public void RegisterController(AppController newcontroller)
 {
     controller_list.Add(newcontroller);
 }
Example #3
0
File: App.cs Project: jeffscm/mvcrx
 public void RegisterCSController(AppController newAppController)
 {
     controller_list.Add(newAppController); //TODO
 }