Upgrade() 공개 메소드

public Upgrade ( SettingsContext context, SettingsPropertyCollection properties ) : void
context SettingsContext
properties SettingsPropertyCollection
리턴 void
예제 #1
0
 public void Upgrade(SettingsContext context,
                     SettingsPropertyCollection properties)
 {
     impl.Upgrade(context, properties);
 }