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