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
This commit is contained in:
Jaehyun Cho 2019-10-16 10:31:22 -03:00 committed by Lauro Moura
parent 59419006b8
commit 50d318ab13
2 changed files with 1 additions and 1 deletions

View File

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