InitialLoad() 공개 정적인 메소드

This method receive all resources that can be configurated by the user and initialize the static class
public static InitialLoad ( IEnumerable resources ) : void
resources IEnumerable
리턴 void
예제 #1
0
 /// <summary>
 /// Initial load
 /// </summary>
 public void LoadResources()
 {
     BgResources.InitialLoad(BlogResourceRepository.Get(null, null, null));
 }