static StampedeFactory()
 {
     stampedeSpecialists = GoogleSheets.Get <StampedeSpecialist>();
 }
Example #2
0
 private static BindingList <T> LoadData <T>() where T : new()
 {
     return(new BindingList <T>(GoogleSheets.Get <T>()));
 }
 static void LoadAllVideoBindings()
 {
     allVideoBindings = GoogleSheets.Get <VideoAnimationBinding>();
 }