Ignore:
Timestamp:
May 29, 2020, 10:45:52 PM (4 years ago)
Author:
coas-nagasima
Message:

Visual Studio 2019 と Bridge.NET でビルドできるよう更新。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • EcnlProtoTool/trunk/webapp/webmrbc/EObjectModalView.cs

    r321 r425  
    298298                }
    299299
     300                [Convention(Notation.CamelCase)]
    300301                public void OnChangeIdentifier(Element ele)
    301302                {
     
    304305                }
    305306
     307                [Convention(Notation.CamelCase)]
    306308                public void OnSelectAttribute(Element sender, string attribute)
    307309                {
     
    310312                }
    311313
     314                [Convention(Notation.CamelCase)]
    312315                public void OnSelectClassGroupCode(jQueryMouseEvent e)
    313316                {
     
    318321                }
    319322
     323                [Convention(Notation.CamelCase)]
    320324                public void OnSelectClassCode(jQueryMouseEvent e)
    321325                {
     
    323327                }
    324328
     329                [Convention(Notation.CamelCase)]
    325330                public void OnChangeInstanceCode(Element sender)
    326331                {
     
    328333                }
    329334
     335                [Convention(Notation.CamelCase)]
    330336                public void OnOk(Element ele)
    331337                {
     
    384390                }
    385391
     392                [Convention(Notation.CamelCase)]
    386393                public void OnCancel(Element ele)
    387394                {
Note: See TracChangeset for help on using the changeset viewer.