public Min()
 {
    CU = new CountdownUserControl (this);
 }
예제 #2
0
 public Min(CountdownUserControl cu)
 {
     CU = cu;
 }