예제 #1
0
파일: UIMahager.cs 프로젝트: A1dron/CSharp
 public static void AddControl(UIBase c)
 {
     controls.Add(c);
 }