10 lines
132 B
C#
10 lines
132 B
C#
using System;
|
|
|
|
public static class CosturaUtility
|
|
{
|
|
public static void Initialize()
|
|
{
|
|
throw new NotImplementedException();
|
|
}
|
|
}
|