Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void
예제 #1
0
 static PetitClrRuntime()
 {
     Current = new PetitClrRuntime();
     Current.Initialize();
 }
예제 #2
0
 static PetitClrRuntime()
 {
     Current = new PetitClrRuntime();
     Current.Initialize();
 }