コード例 #1
0
        public MapMakerControl()
        {
            InitializeComponent();
            _sdk = FiddlerPlugin.PluginPresentationMapMaker.SDK;

            InitDatagrids();
        }
コード例 #2
0
ファイル: Globals.cs プロジェクト: greeduomacro/UOFiddlerWPF
 private static void InnerInit()
 {
     MapMaperSdk = new MakeMapSDK();
     Container.RegisterModule<UltimaSDKCoreModule>();
     Container.RegisterModule<OpenUO.Ultima.PresentationFramework.UltimaSDKImageSourceModule>();
     ArtworkFactory = new ArtworkFactory(InstallLocation, Container);
     TexmapFactory = new TexmapFactory(InstallLocation, Container);
     innerInit = true;
 }
コード例 #3
0
 public override void Initialize()
 {
     SDK = new MakeMapSDK();
 }
コード例 #4
0
 public override void Dispose()
 {
     SDK = null;
 }