Merge "Update the refined dali c# application to support more argument options" into...
[platform/core/uifw/dali-toolkit.git] / plugins / dali-swig / examples / firstscreen / Program.cs
1 using System;
2
3 namespace FirstScreen
4 {
5     public class MainClass
6     {
7         [STAThread]
8         static void Main(string[] args)
9         {
10             FirstScreenApp.Run();
11         }
12     }
13 }
14