AddScript() 개인적인 메소드

private AddScript ( string script ) : void
script string
리턴 void
예제 #1
0
 public void RegisterScript(XControl c, PropertyInfo property)
 {
     c.AddScript(this.GetScript(c, property));
 }
예제 #2
0
 public void RegisterScript(XControl c, PropertyInfo property)
 {
     c.AddScript(this.GetScript(c, property));
 }