예제 #1
0
        public IPlugin CreateUsing(PluginParameter args)
        {
            var file = new GeoDaxFile(args.Filename);

            Viewer = new GeoDaxFileViewer(file, args.ContainerWidth, args.Zoom);
            return(this);
        }
예제 #2
0
 public IPlugin CreateUsing(PluginParameter args)
 {
     var file = new GeoDaxFile(args.Filename);
     Viewer = new GeoDaxFileViewer(file, args.ContainerWidth, args.Zoom);
     return this;
 }