4 lines
62 B
C#
4 lines
62 B
C#
|
|
public interface IBootLoader
|
||
|
|
{
|
||
|
|
public void Initialize();
|
||
|
|
}
|