Ignore:
Timestamp:
Jul 29, 2011, 6:05:05 PM (13 years ago)
Author:
bayral
Message:

MAj des truc existant et debut du upload de fichier

Location:
extensions/PiwigoLib/PiwigoWpf
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • extensions/PiwigoLib/PiwigoWpf/Command/PwgCmdBase.cs

    r7150 r11850  
    1212       #region ICommand Membres
    1313
    14        public abstract  bool CanExecute(object parameter);
     14       public abstract  Boolean CanExecute(object parameter);
    1515
    1616       public abstract void Execute(object parameter);
  • extensions/PiwigoLib/PiwigoWpf/Command/PwgCmdConnect.cs

    r7160 r11850  
    1111    public sealed class PwgCmdConnect : PwgCmdBase
    1212    {
    13         public override bool CanExecute(object parameter)
     13        public override Boolean CanExecute(object parameter)
    1414        {
    1515            Boolean retVal = false;
  • extensions/PiwigoLib/PiwigoWpf/DTO/Helper/PwgCategoryWPFHelper.cs

    r7160 r11850  
    2828                if (aPwgCategoryWPF.UpperCategoriesId == null)
    2929                {
    30                     aPwgCategoryWPF.UpperCategoriesId = new System.Collections.ObjectModel.ObservableCollection<int>();
     30                    aPwgCategoryWPF.UpperCategoriesId = new System.Collections.ObjectModel.ObservableCollection<Int32>();
    3131                }
    3232                else
     
    3535                }
    3636
    37                 foreach (int i in aPwgCategory.UpperCategoriesId)
     37                foreach (Int32 i in aPwgCategory.UpperCategoriesId)
    3838                {
    3939                    aPwgCategoryWPF.UpperCategoriesId.Add(i);
  • extensions/PiwigoLib/PiwigoWpf/Helper/AppHelper.cs

    r7160 r11850  
    1111    public class AppHelper
    1212    {
    13         private static bool? _isInDesignMode;
     13        private static Boolean? _isInDesignMode;
    1414
    1515        /// <summary>
     
    1717        /// or Visual Studio).
    1818        /// </summary>
    19         public static bool IsInDesignModeStatic
     19        public static Boolean IsInDesignModeStatic
    2020        {
    2121            get
     
    2525                    var prop = DesignerProperties.IsInDesignModeProperty;
    2626                    _isInDesignMode
    27                         = (bool)DependencyPropertyDescriptor
     27                        = (Boolean)DependencyPropertyDescriptor
    2828                        .FromProperty(prop, typeof(FrameworkElement))
    2929                        .Metadata.DefaultValue;
     
    4242            "CA1822:MarkMembersAsStatic",
    4343            Justification = "Non static member needed for data binding")]
    44         public bool IsInDesignMode
     44        public Boolean IsInDesignMode
    4545        {
    4646            get
  • extensions/PiwigoLib/PiwigoWpf/PiwigoWpf.csproj

    r7160 r11850  
    122122      <Generator>ResXFileCodeGenerator</Generator>
    123123      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
     124      <SubType>Designer</SubType>
    124125    </EmbeddedResource>
    125126    <None Include="app.config" />
  • extensions/PiwigoLib/PiwigoWpf/Properties/Resources.Designer.cs

    r7150 r11850  
    11//------------------------------------------------------------------------------
    22// <auto-generated>
    3 //     Ce code a été généré par un outil.
    4 //     Version du runtime :4.0.30319.1
     3//     This code was generated by a tool.
     4//     Runtime Version:4.0.30319.235
    55//
    6 //     Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si
    7 //     le code est régénéré.
     6//     Changes to this file may cause incorrect behavior and will be lost if
     7//     the code is regenerated.
    88// </auto-generated>
    99//------------------------------------------------------------------------------
     
    1414   
    1515    /// <summary>
    16     ///   Une classe de ressource fortement typée destinée, entre autres, à la consultation des chaînes localisées.
     16    ///   A strongly-typed resource class, for looking up localized strings, etc.
    1717    /// </summary>
    18     // Cette classe a été générée automatiquement par la classe StronglyTypedResourceBuilder
    19     // à l'aide d'un outil, tel que ResGen ou Visual Studio.
    20     // Pour ajouter ou supprimer un membre, modifiez votre fichier .ResX, puis réexécutez ResGen
    21     // avec l'option /str ou régénérez votre projet VS.
     18    // This class was auto-generated by the StronglyTypedResourceBuilder
     19    // class via a tool like ResGen or Visual Studio.
     20    // To add or remove a member, edit your .ResX file then rerun ResGen
     21    // with the /str option, or rebuild your VS project.
    2222    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
    2323    [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     
    3434       
    3535        /// <summary>
    36         ///   Retourne l'instance ResourceManager mise en cache utilisée par cette classe.
     36        ///   Returns the cached ResourceManager instance used by this class.
    3737        /// </summary>
    3838        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
     
    4848       
    4949        /// <summary>
    50         ///   Remplace la propriété CurrentUICulture du thread actuel pour toutes
    51         ///   les recherches de ressources à l'aide de cette classe de ressource fortement typée.
     50        ///   Overrides the current thread's CurrentUICulture property for all
     51        ///   resource lookups using this strongly typed resource class.
    5252        /// </summary>
    5353        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
  • extensions/PiwigoLib/PiwigoWpf/Properties/Resources.resx

    r7150 r11850  
    1818    <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
    1919    <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
    20     <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
     20    <data name="Name1"><value>this is my long String</value><comment>this is a comment</comment></data>
    2121    <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
    2222    <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
     
    2424    </data>
    2525    <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
    26         <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
     26        <value>[base64 mime encoded String representing a byte array form of the .NET Framework object]</value>
    2727        <comment>This is a comment</comment>
    2828    </data>
     
    6868            <xsd:complexType>
    6969              <xsd:sequence>
    70                 <xsd:element name="value" type="xsd:string" minOccurs="0" />
     70                <xsd:element name="value" type="xsd:String" minOccurs="0" />
    7171              </xsd:sequence>
    72               <xsd:attribute name="name" use="required" type="xsd:string" />
    73               <xsd:attribute name="type" type="xsd:string" />
    74               <xsd:attribute name="mimetype" type="xsd:string" />
     72              <xsd:attribute name="name" use="required" type="xsd:String" />
     73              <xsd:attribute name="type" type="xsd:String" />
     74              <xsd:attribute name="mimetype" type="xsd:String" />
    7575              <xsd:attribute ref="xml:space" />
    7676            </xsd:complexType>
     
    7878          <xsd:element name="assembly">
    7979            <xsd:complexType>
    80               <xsd:attribute name="alias" type="xsd:string" />
    81               <xsd:attribute name="name" type="xsd:string" />
     80              <xsd:attribute name="alias" type="xsd:String" />
     81              <xsd:attribute name="name" type="xsd:String" />
    8282            </xsd:complexType>
    8383          </xsd:element>
     
    8585            <xsd:complexType>
    8686              <xsd:sequence>
    87                 <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
    88                 <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
     87                <xsd:element name="value" type="xsd:String" minOccurs="0" msdata:Ordinal="1" />
     88                <xsd:element name="comment" type="xsd:String" minOccurs="0" msdata:Ordinal="2" />
    8989              </xsd:sequence>
    90               <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
    91               <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
    92               <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
     90              <xsd:attribute name="name" type="xsd:String" use="required" msdata:Ordinal="1" />
     91              <xsd:attribute name="type" type="xsd:String" msdata:Ordinal="3" />
     92              <xsd:attribute name="mimetype" type="xsd:String" msdata:Ordinal="4" />
    9393              <xsd:attribute ref="xml:space" />
    9494            </xsd:complexType>
     
    9797            <xsd:complexType>
    9898              <xsd:sequence>
    99                 <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
     99                <xsd:element name="value" type="xsd:String" minOccurs="0" msdata:Ordinal="1" />
    100100              </xsd:sequence>
    101               <xsd:attribute name="name" type="xsd:string" use="required" />
     101              <xsd:attribute name="name" type="xsd:String" use="required" />
    102102            </xsd:complexType>
    103103          </xsd:element>
  • extensions/PiwigoLib/PiwigoWpf/Properties/Settings.Designer.cs

    r7150 r11850  
    2727        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    2828        [global::System.Configuration.DefaultSettingValueAttribute("")]
    29         public string ServerNameData {
     29        public String ServerNameData {
    3030            get {
    31                 return ((string)(this["ServerNameData"]));
     31                return ((String)(this["ServerNameData"]));
    3232            }
    3333            set {
     
    3939        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    4040        [global::System.Configuration.DefaultSettingValueAttribute("")]
    41         public string UserNameData {
     41        public String UserNameData {
    4242            get {
    43                 return ((string)(this["UserNameData"]));
     43                return ((String)(this["UserNameData"]));
    4444            }
    4545            set {
     
    5151        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    5252        [global::System.Configuration.DefaultSettingValueAttribute("")]
    53         public string PwdData {
     53        public String PwdData {
    5454            get {
    55                 return ((string)(this["PwdData"]));
     55                return ((String)(this["PwdData"]));
    5656            }
    5757            set {
     
    6363        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    6464        [global::System.Configuration.DefaultSettingValueAttribute("False")]
    65         public bool SaveSettingData {
     65        public Boolean SaveSettingData {
    6666            get {
    67                 return ((bool)(this["SaveSettingData"]));
     67                return ((Boolean)(this["SaveSettingData"]));
    6868            }
    6969            set {
Note: See TracChangeset for help on using the changeset viewer.