Initialize() 공개 정적인 메소드

public static Initialize ( ) : void
리턴 void
예제 #1
0
        /// <summary>
        ///    Called when the plugin is started.
        /// </summary>
        public void Initialize()
        {
            NativeLibraryLoader.CopyNativeDll("FreeImage", "FreeImage");

            FreeImageCodec.Initialize();
        }
예제 #2
0
파일: Plugin.cs 프로젝트: bostich83/axiom
 /// <summary>
 ///    Called when the plugin is started.
 /// </summary>
 public void Initialize()
 {
     FreeImageCodec.Initialize();
 }