Skip to content

Repository files navigation

Tools for your libraries Official Site

License Build Status Build status Issue Count Coverage Status

Format your .net object to be displayed on web. There is also a little web research tool, but not very efficient.

Version Status Tools.Utilities
Version Status Tools.Utilities.UI
Version Status Tools.Slider

Usage examples

For pictures library :

Image bigImg = Tools.Utilities.UI.Resources.ResourceIconSet32Default.door_out;
Image smallImg = Tools.Utilities.UI.Resources.ResourceIconSet16Default.door_out;

For config parameters :

if the config file is not present, the dll will create it by name :"configmanagers.xml" here is an extrat of params :

		<proxy>
			<host>mysuperproxyname</host>
			<login>userlogin</login>
			<password>*****</password>
			<port>8080</port>
		</proxy>

and the code to use it :

string proxyLogin = Tools.Utilities.Params.WebProxyLogin;
string proxyPassword = Tools.Utilities.Params.WebProxyPassword;

About

With great tools comes great responsibilities

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages