csharp: rename Factory.cs to ItemFactory.cs

Summary:
Since current Factory.cs contains class ItemFactory, Factory.cs is
renamed to ItemFactory.cs.

Reviewers: lauromoura, YOhoho, SanghyeonLee

Reviewed By: lauromoura

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D10424
devs/lauromoura/property_revamp
Jaehyun Cho 4 years ago committed by Lauro Moura
parent 59419006b8
commit 50d318ab13
  1. 0
      src/bindings/mono/efl_mono/ItemFactory.cs
  2. 2
      src/bindings/mono/efl_mono/meson.build

@ -3,7 +3,7 @@ mono_files += files(
'efl_csharp_application.cs',
'UserModel.cs',
'GenericModel.cs',
'Factory.cs',
'ItemFactory.cs',
'Bind.cs'
)

Loading…
Cancel
Save