窗体定位升起降落效果实例源码privatevoidbutton1_Click(objectsender,EventArgse){for(inth=0;hthis.Size.Height;h++){Rectangler=newRectangle(System.Windows.Forms.Screen.PrimaryScreen.WorkingArea.Width-this.Size.Width,System.Windows.Forms.Screen.PrimaryScreen.WorkingArea.Height-h,this.Size.Width,this.Size.Height);//(wz)宽,高,(ct)宽,高,this.DesktopBounds=r;}}privatevoidbutton2_Click(objectsender,EventArgse){for(inth=this.Size.Height;h0;h--){Rectangler=newRectangle(System.Windows.Forms.Screen.PrimaryScreen.WorkingArea.Wi
fastJSON序列化器v2.0.19源码源码描述:最小、最快的多态的JSON序列化器JSON(JavaScriptObjectNotation)isatextorhumanreadableformatinventedbyDouglasCrockfordaround1999primarilyasadataexchangeformatforwebapplications.版本更新2.0.19-fixdynamicobjectsandlists-fixdeserializeDictionaryT,ListVandDictionaryT,V[]-addedtestsfordictionarywithlists
WPF全景控件Panorama源码源码描述:Panorama的作用是非常简单,可以很容易地总结以下几点:1.CreateaMetrostylecontrol.IsayStyle,asitmaynotbe100%inlinewithwhattheWin8Metrotileinterfacedoes,orhowitfunctions,buttobehonest,itfittedmyneedswellenoughandIfigureditmaybeOKforothers.Sobewarned,itisnotlikethebestcontrolever,itisinfactprettysimple.2.Allowittobeusedindirectcontentmode/oruseMVVMtodrivethecreationofUIelements,viaDataBinding.3.Allowuserstocustomisetheprimary/complementarycolorsthatshouldbeusedwhengeneratingtiles.4.Allowsingletilegro
UniversalSerializer是一个序列化器/反序列化器for.NET/Silverlight/PCL/WindowsPhone。它保存和加载复杂对象值/实例,能够序列化任何类型,流格式可以是二进制,JSON或XML等UniversalSerializerisaSerializer/Deserializerfor.NET/Silverlight/PCL/WindowsPhone.Inotherwords,itsavesandloadscomplexobjectvalues/instances.Abilitytoserializeanytypeisitsvocation.Thestreamformatcanbebinary,JSON,orXML.ItcontainsDLLsfor:.NET4orlater.Silverlight4orlater.PortableClassLibrary4.MakingitusableonWindowsStore/WindowsRT.WindowsPhone7&8(Silverlight).AnadditionalDLLforspecifi
