コード例 #1
0
ファイル: FormOpenFileDialog.cs プロジェクト: viticm/pap2
 public FormOpenFileDialog()
 {
     InitializeComponent();
     
     dll = new DllHelper();
     dll.LoadDll(AppDomain.CurrentDomain.BaseDirectory + "UiTexTGALoader.dll");
     Render(pbxPreview.Handle);
 }
コード例 #2
0
ファイル: UiTexLoaderHelper.cs プロジェクト: viticm/pap2
 public UiTexLoaderHelper()
 {
     dll = new DllHelper();
     dll.LoadDll(AppDomain.CurrentDomain.BaseDirectory + "UiTexTGALoader.dll");
 }